[Koha-bugs] [Bug 15239] Add multiple items fail on barcode

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Mar 30 16:28:55 CEST 2018


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

--- Comment #13 from Charles Farmer <charles.farmer at 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.


More information about the Koha-bugs mailing list