[Bug 597] addbiblio.pl does not warn of duplicate barcodes
http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=597 ------- Additional Comments From paul.poulain@free.fr 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.
participants (1)
-
bugzilla-daemon@wilbur.katipo.co.nz