|
Lines 38-44
Link Here
|
| 38 |
[% UNLESS ( HOLD.is_waiting || HOLD.is_in_transit || HOLD.is_in_processing) %] |
38 |
[% UNLESS ( HOLD.is_waiting || HOLD.is_in_transit || HOLD.is_in_processing) %] |
| 39 |
[% SET all_holds_waiting = 0 %] |
39 |
[% SET all_holds_waiting = 0 %] |
| 40 |
[% END %] |
40 |
[% END %] |
| 41 |
[% IF ( HOLD.is_at_destination ) %] |
41 |
[% IF ( HOLD.is_waiting ) %] |
| 42 |
<tr class="reserved"> |
42 |
<tr class="reserved"> |
| 43 |
[% ELSIF HOLD.is_in_transit %] |
43 |
[% ELSIF HOLD.is_in_transit %] |
| 44 |
<tr class="transfered"> |
44 |
<tr class="transfered"> |
|
Lines 101-107
Link Here
|
| 101 |
<span class="tdlabel">Status:</span> |
101 |
<span class="tdlabel">Status:</span> |
| 102 |
[% IF ( HOLD.is_waiting ) %] |
102 |
[% IF ( HOLD.is_waiting ) %] |
| 103 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
103 |
<i class="fa fa-exclamation-circle text-warning" aria-hidden="true"></i> |
| 104 |
[% IF ( HOLD.is_at_destination ) %] |
|
|
| 105 |
Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong> |
104 |
Item waiting at <strong> [% HOLD.branch.branchname | html %]</strong> |
| 106 |
[% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %] |
105 |
[% IF ( HOLD.desk_id ) %], [% HOLD.desk.desk_name | html %],[% END %] |
| 107 |
[% IF ( HOLD.waitingdate ) %] |
106 |
[% IF ( HOLD.waitingdate ) %] |
|
Lines 111-119
Link Here
|
| 111 |
[% END %] |
110 |
[% END %] |
| 112 |
[% END %] |
111 |
[% END %] |
| 113 |
<input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
112 |
<input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
| 114 |
[% ELSE %] |
|
|
| 115 |
Item in transit to <strong> [% Branches.GetName( HOLD.branchcode ) | html %]</strong> <input type="hidden" name="pickup" value="[% HOLD.branchcode | html %]" /> |
| 116 |
[% END %] |
| 117 |
[% ELSE %] |
113 |
[% ELSE %] |
| 118 |
[% IF ( HOLD.is_in_transit ) %] |
114 |
[% IF ( HOLD.is_in_transit ) %] |
| 119 |
[% SET transfer = HOLD.item.get_transfer %] |
115 |
[% SET transfer = HOLD.item.get_transfer %] |