|
Lines 583-589
if ($op eq "additem") {
Link Here
|
| 583 |
{ skip_record_index => 1 } ); |
583 |
{ skip_record_index => 1 } ); |
| 584 |
$current_item->discard_changes; # Cannot chain discard_changes |
584 |
$current_item->discard_changes; # Cannot chain discard_changes |
| 585 |
$current_item = $current_item->unblessed; |
585 |
$current_item = $current_item->unblessed; |
| 586 |
set_item_default_location($current_item->{itemnumber}); |
|
|
| 587 |
|
586 |
|
| 588 |
# We count the item only if it was really added |
587 |
# We count the item only if it was really added |
| 589 |
# That way, all items are added, even if there was some already existing barcodes |
588 |
# That way, all items are added, even if there was some already existing barcodes |
| 590 |
- |
|
|