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

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

Return to bug 8795