[Koha-cvs] CVS: koha/C4 Acquisitions.pm,1.10,1.11

Gynn Lomax truth_nz at users.sourceforge.net
Mon May 13 02:45:48 CEST 2002


Update of /cvsroot/koha/koha/C4
In directory usw-pr-cvs1:/tmp/cvs-serv5026/C4

Modified Files:
	Acquisitions.pm 
Log Message:
bug fix to actually save the changes made to an website biblioitem.


Index: Acquisitions.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Acquisitions.pm,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -r1.10 -r1.11
*** Acquisitions.pm	12 May 2002 18:08:19 -0000	1.10
--- Acquisitions.pm	13 May 2002 00:45:46 -0000	1.11
***************
*** 571,574 ****
--- 571,575 ----
  
      $biblioitem->{'itemtype'}        = $dbh->quote($biblioitem->{'itemtype'});
+     $biblioitem->{'url'}             = $dbh->quote($biblioitem->{'url'});
      $biblioitem->{'isbn'}            = $dbh->quote($biblioitem->{'isbn'});
      $biblioitem->{'publishercode'}   = $dbh->quote($biblioitem->{'publishercode'});
***************
*** 586,589 ****
--- 587,591 ----
      $query = "Update biblioitems set
  itemtype        = $biblioitem->{'itemtype'},
+ url             = $biblioitem->{'url'},
  isbn            = $biblioitem->{'isbn'},
  publishercode   = $biblioitem->{'publishercode'},





More information about the Koha-cvs mailing list