|
Lines 109-115
sub do_checkin {
Link Here
|
| 109 |
$self->alert_type('04'); # send to other branch |
109 |
$self->alert_type('04'); # send to other branch |
| 110 |
} |
110 |
} |
| 111 |
if ($messages->{WasTransfered}) { # set into transit so tell unit |
111 |
if ($messages->{WasTransfered}) { # set into transit so tell unit |
| 112 |
$self->{item}->destination_loc($issue->item->homebranch); |
112 |
$self->{item}->destination_loc($self->{item}->{homebranch}); |
| 113 |
$self->alert_type('04'); # send to other branch |
113 |
$self->alert_type('04'); # send to other branch |
| 114 |
} |
114 |
} |
| 115 |
if ($messages->{ResFound}) { |
115 |
if ($messages->{ResFound}) { |
| 116 |
- |
|
|