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

(-)a/C4/Items.pm (-1 / +1 lines)
Lines 2703-2708 sub PrepareItemrecordDisplay { Link Here
2703
                                $authorised_lib{$branchcode} = $branchname;
2703
                                $authorised_lib{$branchcode} = $branchname;
2704
                            }
2704
                            }
2705
                        }
2705
                        }
2706
                        $defaultvalue = C4::Context->userenv->{branch};
2706
2707
2707
                        #----- itemtypes
2708
                        #----- itemtypes
2708
                    } elsif ( $tagslib->{$tag}->{$subfield}->{authorised_value} eq "itemtypes" ) {
2709
                    } elsif ( $tagslib->{$tag}->{$subfield}->{authorised_value} eq "itemtypes" ) {
2709
- 

Return to bug 8795