koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: paul poulain
Subject: [Koha-cvs] Changes to koha/acqui/addorder.pl [rel_2_2]
Date: Thu, 01 Dec 2005 12:27:57 -0500

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";




reply via email to

[Prev in Thread] Current Thread [Next in Thread]