https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=14752
--- Comment #14 from Jonathan Druart <[email protected]> --- 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. _______________________________________________ Koha-bugs mailing list [email protected] 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/
