|
Lines 572-578
if ($op eq "additem") {
Link Here
|
| 572 |
{ skip_record_index => 1 } ); |
572 |
{ skip_record_index => 1 } ); |
| 573 |
$current_item->discard_changes; # Cannot chain discard_changes |
573 |
$current_item->discard_changes; # Cannot chain discard_changes |
| 574 |
$current_item = $current_item->unblessed; |
574 |
$current_item = $current_item->unblessed; |
| 575 |
set_item_default_location($current_item->{itemnumber}); |
|
|
| 576 |
|
575 |
|
| 577 |
# We count the item only if it was really added |
576 |
# We count the item only if it was really added |
| 578 |
# That way, all items are added, even if there was some already existing barcodes |
577 |
# That way, all items are added, even if there was some already existing barcodes |
| 579 |
- |
|
|