[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-bugs] [Bug 597] addbiblio.pl does not warn of duplicate barcodes
From: |
bugzilla-daemon |
Subject: |
[Koha-bugs] [Bug 597] addbiblio.pl does not warn of duplicate barcodes |
Date: |
11 Sep 2003 12:51:33 -0000 |
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=597
------- Additional Comments From address@hidden 2003-09-12 00:51 -------
Are u SURE your install is up2date ? I fixed barcode duplication error a few
days ago (see bug 565)
To check, look at additems.pl :
--- additem.pl 4 Sep 2003 13:04:12 -0000 1.18
***************
*** 28,31 ****
--- 28,32 ----
use C4::Context;
use C4::Koha; # XXX subfield_is_koha_internal_p
+ use C4::Search;
use HTML::Template;
use MARC::File::USMARC;
***************
*** 59,62 ****
--- 60,64 ----
my $itemrecord;
my $nextop="additem";
+ my @errors; # store errors found while checking data BEFORE saving item.
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.