[Koha-bugs] [Bug 14752] Add multiple copies to a basket at once

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue Feb 16 12:37:11 CET 2016


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

--- Comment #14 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Hi Nick,
I am sorry but I don't understand your last patch.
I was referring to this code from additem.pl:

455     # if autoBarcode is set to 'incremental', calculate barcode...
456     if ( C4::Context->preference('autoBarcode') eq 'incremental' ) {
457         $record = _increment_barcode($record, $frameworkcode);
458     }

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list