https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=15239

--- Comment #13 from Charles Farmer <charles.far...@inlibro.com> ---
Because C4::Barcodes treats its arguments with shifts, there isn't any way to
feed a branch to the constructor at all time without potentially clashing with
other barcode types.

Work could be done to change shifts to $params->{whatever}, but I went with an
'if' test in additem.pl instead.

Also, as mentionned by Jonathan and as explained in the hbyymmincr class, this
barcode format is far from perfect. At least, with this patch, it should now be
correctly incrementing when autoBarcode is set and add_multiple_copies_submit
is used to submit the form.

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to