[Koha-cvs] Changes to koha/acqui/addorder.pl [rel_2_2]

paul poulain paul at koha-fr.org
Thu Dec 1 18:27:57 CET 2005


Index: koha/acqui/addorder.pl
diff -u koha/acqui/addorder.pl:1.24.2.1 koha/acqui/addorder.pl:1.24.2.2
--- koha/acqui/addorder.pl:1.24.2.1	Thu Feb 17 12:41:28 2005
+++ koha/acqui/addorder.pl	Thu Dec  1 17:27:55 2005
@@ -99,23 +99,12 @@
 								});
 		# change suggestion status if applicable
 		if ($suggestionid) {
-			changestatus($suggestionid,'ORDERED');
+			changestatus($suggestionid,'ORDERED','',$bibnum);
 		}
 	} else {
 		$bibnum=$input->param('biblio');
 		$bibitemnum=$input->param('bibitemnum');
 		my $oldtype=$input->param('oldtype');
-# 		&modbibitem({biblioitemnumber => $bibitemnum,
-# 						isbn            => $isbn,
-# 						publishercode   => $publishercode,
-# 		});
-#  		&modbiblio({
-#  			biblionumber  => $bibnum,
-#  			title         => $title?$title:"",
-#  			author        => $author?$author:"",
-#  			copyrightdate => $copyrightdate?$copyrightdate:"",
-#  			series        => $series?$series:"" },
-#  			);
 	}
 	if ($ordnum) {
 # 		warn "MODORDER $title / $ordnum / $quantity / $bookfund";





More information about the Koha-cvs mailing list