koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha updateitem.pl [rel_2_2]


From: Joshua Ferraro
Subject: [Koha-cvs] koha updateitem.pl [rel_2_2]
Date: Thu, 03 Aug 2006 03:00:58 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_2_2
Changes by:     Joshua Ferraro <kados>  06/08/03 03:00:58

Modified files:
        .              : updateitem.pl 

Log message:
        Fix for bug 1099: looks like a typo in updateitem.pl
        
        Thanks for the patch!

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/updateitem.pl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.9.2.1&r2=1.9.2.2

Patches:
Index: updateitem.pl
===================================================================
RCS file: /sources/koha/koha/Attic/updateitem.pl,v
retrieving revision 1.9.2.1
retrieving revision 1.9.2.2
diff -u -b -r1.9.2.1 -r1.9.2.2
--- updateitem.pl       8 Feb 2005 20:34:51 -0000       1.9.2.1
+++ updateitem.pl       3 Aug 2006 03:00:58 -0000       1.9.2.2
@@ -1,6 +1,6 @@
 #!/usr/bin/perl
 
-# $Id: updateitem.pl,v 1.9.2.1 2005/02/08 20:34:51 oleonard Exp $
+# $Id: updateitem.pl,v 1.9.2.2 2006/08/03 03:00:58 kados Exp $
 
 # Copyright 2000-2002 Katipo Communications
 #
@@ -84,7 +84,7 @@
             notes        => $notes,
             homebranch   => $homebranch,
             lost         => $lost,
-            wthdranw     => $wthdrawn
+            wthdrawn     => $wthdrawn
             });
   if ($lost ==1){
     my $dbh = C4::Context->dbh;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]