|
Lines 433-439
if ($barcode) {
Link Here
|
| 433 |
$verify_item->itemlost(0); |
433 |
$verify_item->itemlost(0); |
| 434 |
|
434 |
|
| 435 |
# Update last_seen |
435 |
# Update last_seen |
| 436 |
$verify_item->datelastseen( dt_from_string()->ymd() ); |
436 |
$verify_item->datelastseen( dt_from_string() ); |
| 437 |
|
437 |
|
| 438 |
# Update last_borrowed if actual checkin |
438 |
# Update last_borrowed if actual checkin |
| 439 |
$verify_item->datelastborrowed( dt_from_string()->ymd() ) if $issue; |
439 |
$verify_item->datelastborrowed( dt_from_string()->ymd() ) if $issue; |
| 440 |
- |
|
|