View | Details | Raw Unified | Return to bug 8795
Collapse All | Expand All

(-)a/C4/Items.pm (-1 / +1 lines)
Lines 2720-2725 sub PrepareItemrecordDisplay { Link Here
2720
                                $authorised_lib{$branchcode} = $branchname;
2720
                                $authorised_lib{$branchcode} = $branchname;
2721
                            }
2721
                            }
2722
                        }
2722
                        }
2723
                        $defaultvalue = C4::Context->userenv->{branch};
2723
2724
2724
                        #----- itemtypes
2725
                        #----- itemtypes
2725
                    } elsif ( $tagslib->{$tag}->{$subfield}->{authorised_value} eq "itemtypes" ) {
2726
                    } elsif ( $tagslib->{$tag}->{$subfield}->{authorised_value} eq "itemtypes" ) {
2726
- 

Return to bug 8795