[Koha-cvs] CVS: koha/acqui finishreceive.pl,1.13,1.14

Paul POULAIN tipaul at users.sourceforge.net
Thu Sep 18 12:19:31 CEST 2003


Update of /cvsroot/koha/koha/acqui
In directory sc8-pr-cvs1:/tmp/cvs-serv16522/acqui

Modified Files:
	finishreceive.pl 
Log Message:
all those fixes are related to translation improvement.
A few minor bugfixes too in perl code.

NOTE TO ENGLISH "TEMPLATORS" : you should look at this commits, as some ideas are really nice.  Thanks to Carole, Wesford School, new Koha user in France :-)

Index: finishreceive.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/finishreceive.pl,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -r1.13 -r1.14
*** finishreceive.pl	7 Mar 2003 16:34:08 -0000	1.13
--- finishreceive.pl	18 Sep 2003 10:19:29 -0000	1.14
***************
*** 85,89 ****
  }
  if ($quantity != 0){
! 	warn "receive : $biblionumber,$ordnum,$quantrec,$user,$cost,$invoiceno,$bibitemno,$freight,$bookfund";
  	receiveorder($biblionumber,$ordnum,$quantrec,$user,$cost,$invoiceno,$bibitemno,$freight,$bookfund);
  	modbiblio($biblio);
--- 85,89 ----
  }
  if ($quantity != 0){
! # 	warn "receive : $biblionumber,$ordnum,$quantrec,$user,$cost,$invoiceno,$bibitemno,$freight,$bookfund";
  	receiveorder($biblionumber,$ordnum,$quantrec,$user,$cost,$invoiceno,$bibitemno,$freight,$bookfund);
  	modbiblio($biblio);





More information about the Koha-cvs mailing list