[Koha-cvs] CVS: koha/acqui addorder.pl,1.24,1.24.2.1

Paul POULAIN tipaul at users.sourceforge.net
Thu Feb 17 13:41:30 CET 2005


Update of /cvsroot/koha/koha/acqui
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31593/acqui

Modified Files:
      Tag: rel_2_2
	addorder.pl 
Log Message:
fixing bug in acquisition : the title was also stored as subtitle.

Index: addorder.pl
===================================================================
RCS file: /cvsroot/koha/koha/acqui/addorder.pl,v
retrieving revision 1.24
retrieving revision 1.24.2.1
diff -C2 -r1.24 -r1.24.2.1
*** addorder.pl	2 Dec 2004 16:36:27 -0000	1.24
--- addorder.pl	17 Feb 2005 12:41:28 -0000	1.24.2.1
***************
*** 98,104 ****
  								publishercode => $publishercode?$publishercode:"",
  								});
- 			if ($title) {
- 				newsubtitle($bibnum,$title);
- 			}
  		# change suggestion status if applicable
  		if ($suggestionid) {
--- 98,101 ----





More information about the Koha-cvs mailing list