/[koha]/koha/acqui/addorder.pl
ViewVC logotype

Diff of /koha/acqui/addorder.pl

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24.2.1 by tipaul, Thu Feb 17 12:41:28 2005 UTC revision 1.24.2.2 by tipaul, Thu Dec 1 17:27:55 2005 UTC
# Line 99  if ($quantity ne '0'){ Line 99  if ($quantity ne '0'){
99                                                                  });                                                                  });
100                  # change suggestion status if applicable                  # change suggestion status if applicable
101                  if ($suggestionid) {                  if ($suggestionid) {
102                          changestatus($suggestionid,'ORDERED');                          changestatus($suggestionid,'ORDERED','',$bibnum);
103                  }                  }
104          } else {          } else {
105                  $bibnum=$input->param('biblio');                  $bibnum=$input->param('biblio');
106                  $bibitemnum=$input->param('bibitemnum');                  $bibitemnum=$input->param('bibitemnum');
107                  my $oldtype=$input->param('oldtype');                  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:"" },  
 #                       );  
108          }          }
109          if ($ordnum) {          if ($ordnum) {
110  #               warn "MODORDER $title / $ordnum / $quantity / $bookfund";  #               warn "MODORDER $title / $ordnum / $quantity / $bookfund";

Legend:
Removed from v.1.24.2.1  
changed lines
  Added in v.1.24.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26