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

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

Return to bug 8795