@@ -, +, @@ as previously. No change should be noted. --- cataloguing/additem.pl | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) --- a/cataloguing/additem.pl +++ a/cataloguing/additem.pl @@ -400,11 +400,6 @@ if ($op eq "additem") { $record = _increment_barcode($record, $frameworkcode); } - - if (C4::Context->preference('autoBarcode') eq 'incremental') { - $record = _increment_barcode($record, $frameworkcode); - } - my $addedolditem = TransformMarcToKoha( $dbh, $record ); # If we have to add or add & duplicate, we add the item --