[Koha-cvs] CVS: koha/C4 Biblio.pm,1.83,1.84

Joshua Ferraro joshferraro at users.sourceforge.net
Wed Mar 24 18:18:36 CET 2004


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

Modified Files:
	Biblio.pm 
Log Message:
Fixes bug 749 by removing the comma on line 1488.


Index: Biblio.pm
===================================================================
RCS file: /cvsroot/koha/koha/C4/Biblio.pm,v
retrieving revision 1.83
retrieving revision 1.84
diff -C2 -r1.83 -r1.84
*** Biblio.pm	15 Mar 2004 14:31:50 -0000	1.83
--- Biblio.pm	24 Mar 2004 17:18:30 -0000	1.84
***************
*** 1489,1493 ****
                               wthdrawn=?,
  			     bulk=?,
! 			     notforloan=?,
                            where itemnumber=?";
      @bind = ($item->{'bibitemnum'},$item->{'barcode'},$item->{'notes'},$item->{'homebranch'},$item->{'lost'},$item->{'wthdrawn'},$item->{'bulk'},$item->{'notforloan'},$item->{'itemnum'});
--- 1489,1493 ----
                               wthdrawn=?,
  			     bulk=?,
! 			     notforloan=?
                            where itemnumber=?";
      @bind = ($item->{'bibitemnum'},$item->{'barcode'},$item->{'notes'},$item->{'homebranch'},$item->{'lost'},$item->{'wthdrawn'},$item->{'bulk'},$item->{'notforloan'},$item->{'itemnum'});
***************
*** 2195,2198 ****
--- 2195,2201 ----
  # $Id$
  # $Log$
+ # Revision 1.84  2004/03/24 17:18:30  joshferraro
+ # Fixes bug 749 by removing the comma on line 1488.
+ #
  # Revision 1.83  2004/03/15 14:31:50  tipaul
  # adding a minor check





More information about the Koha-cvs mailing list