|
Lines 486-494
Link Here
|
| 486 |
</div> |
486 |
</div> |
| 487 |
[% ELSIF ( transfer = item.object.get_transfer ) %] |
487 |
[% ELSIF ( transfer = item.object.get_transfer ) %] |
| 488 |
[% IF (transfer.datesent) %] |
488 |
[% IF (transfer.datesent) %] |
| 489 |
<div class="item_status intransit">In transit from [% Branches.GetName( transfer.frombranch ) | html %] to [% Branches.GetName( transfer.tobranch ) | html %] since [% transfer.datesent | $KohaDates %]</div> |
489 |
<div class="item_status intransit">In transit from [%+ Branches.GetName( transfer.frombranch ) | html +%] to [%+ Branches.GetName( transfer.tobranch ) | html +%] since [%+ transfer.datesent | $KohaDates +%]</div> |
| 490 |
[% ELSE %] |
490 |
[% ELSE %] |
| 491 |
<div class="item_status transitrequested">Transit pending from [% Branches.GetName( transfer.frombranch ) | html %] to [% Branches.GetName( transfer.tobranch ) | html %] since [% transfer.daterequested | $KohaDates %]</div> |
491 |
<div class="item_status transitrequested">Transit pending from [%+ Branches.GetName( transfer.frombranch ) | html +%] to [%+ Branches.GetName( transfer.tobranch ) | html +%] since [%+ transfer.daterequested | $KohaDates +%]</div> |
| 492 |
[% END %] |
492 |
[% END %] |
| 493 |
[% END %] |
493 |
[% END %] |
| 494 |
|
494 |
|
| 495 |
- |
|
|