koha-cvs
[Top][All Lists]
Advanced

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

[Koha-cvs] koha/serials serials-edit.pl


From: paul poulain
Subject: [Koha-cvs] koha/serials serials-edit.pl
Date: Tue, 17 Apr 2007 08:52:36 +0000

CVSROOT:        /sources/koha
Module name:    koha
Changes by:     paul poulain <tipaul>   07/04/17 08:52:36

Modified files:
        serials        : serials-edit.pl 

Log message:
        circulation cleaning continued: bufixing

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/serials/serials-edit.pl?cvsroot=koha&r1=1.3&r2=1.4

Patches:
Index: serials-edit.pl
===================================================================
RCS file: /sources/koha/koha/serials/serials-edit.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -b -r1.3 -r1.4
--- serials-edit.pl     29 Mar 2007 13:30:32 -0000      1.3
+++ serials-edit.pl     17 Apr 2007 08:52:35 -0000      1.4
@@ -17,7 +17,7 @@
 # Koha; if not, write to the Free Software Foundation, Inc., 59 Temple Place,
 # Suite 330, Boston, MA  02111-1307 USA
 
-# $Id: serials-edit.pl,v 1.3 2007/03/29 13:30:32 tipaul Exp $
+# $Id: serials-edit.pl,v 1.4 2007/04/17 08:52:35 tipaul Exp $
 
 =head1 NAME
 
@@ -227,7 +227,7 @@
               }
             }
             # check for item barcode # being unique
-            my $exists = 
GetItemFromBarcode($record->subfield($tagfield,$tagsubfield)) if 
($record->subfield($tagfield,$tagsubfield));
+            my $exists = 
GetItemnumberFromBarcode($record->subfield($tagfield,$tagsubfield)) if 
($record->subfield($tagfield,$tagsubfield));
   #           push @errors,"barcode_not_unique" if($exists);
             $template->param("barcode_not_unique" => 
1,'errserialseq'=>$serialseqs[$index]);
             # if barcode exists, don't create, but report The problem.




reply via email to

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