[Koha-bugs] [Bug 597] addbiblio.pl does not warn of duplicate barcodes

bugzilla-daemon at wilbur.katipo.co.nz bugzilla-daemon at wilbur.katipo.co.nz
Thu Sep 11 14:51:33 CEST 2003


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=597





------- Additional Comments From paul.poulain at 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.




More information about the Koha-bugs mailing list