|
Lines 402-412
if ($op eq "additem") {
Link Here
|
| 402 |
$record = _increment_barcode($record, $frameworkcode); |
402 |
$record = _increment_barcode($record, $frameworkcode); |
| 403 |
} |
403 |
} |
| 404 |
|
404 |
|
| 405 |
|
|
|
| 406 |
if (C4::Context->preference('autoBarcode') eq 'incremental') { |
| 407 |
$record = _increment_barcode($record, $frameworkcode); |
| 408 |
} |
| 409 |
|
| 410 |
my $addedolditem = TransformMarcToKoha( $dbh, $record ); |
405 |
my $addedolditem = TransformMarcToKoha( $dbh, $record ); |
| 411 |
|
406 |
|
| 412 |
# If we have to add or add & duplicate, we add the item |
407 |
# If we have to add or add & duplicate, we add the item |
| 413 |
- |
|
|