[Koha-cvs] koha/C4 Biblio.pm [dev_week]

Cindy Murdock cmurdock at ccfls.org
Wed Nov 21 16:56:49 CET 2007


CVSROOT:	/sources/koha
Module name:	koha
Branch:		dev_week
Changes by:	Cindy Murdock <clm>	07/11/21 15:56:48

Modified files:
	C4             : Biblio.pm 

Log message:
	One further tweak of yesterday's fix.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Biblio.pm?cvsroot=koha&only_with_tag=dev_week&r1=1.115.2.51.2.46&r2=1.115.2.51.2.47

Patches:
Index: Biblio.pm
===================================================================
RCS file: /sources/koha/koha/C4/Biblio.pm,v
retrieving revision 1.115.2.51.2.46
retrieving revision 1.115.2.51.2.47
diff -u -b -r1.115.2.51.2.46 -r1.115.2.51.2.47
--- Biblio.pm	20 Nov 2007 18:31:28 -0000	1.115.2.51.2.46
+++ Biblio.pm	21 Nov 2007 15:56:48 -0000	1.115.2.51.2.47
@@ -2115,7 +2115,7 @@
 							itemlost=?,wthdrawn=?,itemcallnumber=?,notforloan=?,
 				 			location=?,multivolumepart=?,multivolume=?,stack=?,wthdrawn=?,holdingbranch=?,cutterextra=?,onloan=?, binding=?,price=?,replacementprice=?";
         @bind = (
-            $item->{'bibitemnum'},     $item->{'barcode'},
+            $item->{'barcode'},
             $item->{'itemnotes'},          $item->{'homebranch'},
             $item->{'itemlost'},           $item->{'wthdrawn'},
             $item->{'itemcallnumber'}, $item->{'notforloan'},
@@ -3158,8 +3158,11 @@
 
 =cut
 
-# $Id: Biblio.pm,v 1.115.2.51.2.46 2007/11/20 18:31:28 clm Exp $
+# $Id: Biblio.pm,v 1.115.2.51.2.47 2007/11/21 15:56:48 clm Exp $
 # $Log: Biblio.pm,v $
+# Revision 1.115.2.51.2.47  2007/11/21 15:56:48  clm
+# One further tweak of yesterday's fix.
+#
 # Revision 1.115.2.51.2.46  2007/11/20 18:31:28  clm
 # Fixed sub _koha_modify_item so that changes to itemnotes & itemlost are actually saved.
 # Also removed update to biblioitemnumber, since it seemed to be inserting '0' into biblioitemnumber





More information about the Koha-cvs mailing list