[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/C4 Breeding.pm [R_2-2-7-1]
From: |
Antoine Farnault |
Subject: |
[Koha-cvs] koha/C4 Breeding.pm [R_2-2-7-1] |
Date: |
Mon, 12 Feb 2007 10:40:44 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: R_2-2-7-1
Changes by: Antoine Farnault <toins> 07/02/12 10:40:44
Modified files:
C4 : Breeding.pm
Log message:
Commiting BUG FIX for 2.2.7.1.
(fix or partial fix for bug 1024 -
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1024
reset breedingid so that records missing isbn & issn can be
imported.)
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/C4/Breeding.pm?cvsroot=koha&only_with_tag=R_2-2-7-1&r1=1.7.2.3&r2=1.7.2.3.2.1
Patches:
Index: Breeding.pm
===================================================================
RCS file: /sources/koha/koha/C4/Breeding.pm,v
retrieving revision 1.7.2.3
retrieving revision 1.7.2.3.2.1
diff -u -b -r1.7.2.3 -r1.7.2.3.2.1
--- Breeding.pm 3 Nov 2006 03:30:24 -0000 1.7.2.3
+++ Breeding.pm 12 Feb 2007 10:40:44 -0000 1.7.2.3.2.1
@@ -72,6 +72,7 @@
my $notmarcrecord = 0;
my $breedingid;
for (my $i=0;$i<=$#marcarray;$i++) {
+ $breedingid=0;
my $marcrecord =
MARC::File::USMARC::decode($marcarray[$i]."\x1D");
my @warnings = $marcrecord->warnings();
if (scalar($marcrecord->fields()) == 0) {
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/C4 Breeding.pm [R_2-2-7-1],
Antoine Farnault <=