X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=cataloguing%2Fadditem-nomarc.pl;h=fb4df7a4e9fa910379f4d0418f7c3a89abd87bf4;hb=c05482a407a4b365748016a1b5da83a99dc1c830;hp=d54123b920950f64e488137b589b802352789876;hpb=f3a4379d9422429e288410c9ab2eb9621cc38610;p=koha_ffzg diff --git a/cataloguing/additem-nomarc.pl b/cataloguing/additem-nomarc.pl index d54123b920..fb4df7a4e9 100755 --- a/cataloguing/additem-nomarc.pl +++ b/cataloguing/additem-nomarc.pl @@ -20,6 +20,9 @@ # Suite 330, Boston, MA 02111-1307 USA # $Log$ +# Revision 1.2 2006/07/12 17:17:12 toins +# getitemtypes renamed to GetItemTypes +# # Revision 1.1 2006/01/17 16:40:54 tipaul # moving acqui.simple directory to cataloguing, as acqui.simple contains cataloguing scripts... # @@ -97,7 +100,7 @@ else { ); push @branchloop, \%row; } - my $itemtypes = &getitemtypes; + my $itemtypes = &GetItemTypes; my @itemtypeloop; foreach my $thisitemtype (sort keys %$itemtypes) { my %row =(value => $thisitemtype, @@ -145,7 +148,7 @@ else { ( $biblioitemcount, @biblioitems ) = &getbiblioitembybiblionumber($biblionumber); ( $branchcount, @branches ) = &branches; - ( $itemtypecount, @itemtypes ) = &getitemtypes; + ( $itemtypecount, @itemtypes ) = &GetItemTypes; for ( my $i = 0 ; $i < $itemtypecount ; $i++ ) { $itemtypedescriptions{ $itemtypes[$i]->{'itemtype'} } =