Lines 69-80
Link Here
|
69 |
|
69 |
|
70 |
[% IF ( invoiceclosedate ) %] |
70 |
[% IF ( invoiceclosedate ) %] |
71 |
<li><span class="label">Status:</span> |
71 |
<li><span class="label">Status:</span> |
72 |
Closed on [% invoiceclosedate | $KohaDates %].</li> |
72 |
Closed on [% invoiceclosedate | $KohaDates %]</li> |
73 |
|
73 |
|
74 |
<li><label for="reopen">Reopen: </label> <input type="checkbox" name="reopen" id="reopen" /></li> |
74 |
<li><label for="reopen">Reopen: </label> <input type="checkbox" name="reopen" id="reopen" /></li> |
75 |
[% ELSE %] |
75 |
[% ELSE %] |
76 |
<li><span class="label">Status:</span> |
76 |
<li><span class="label">Status:</span> |
77 |
Open.</li> |
77 |
Open</li> |
78 |
|
78 |
|
79 |
<li><label for="close">Close: </label> <input type="checkbox" name="close" id="close" /> |
79 |
<li><label for="close">Close: </label> <input type="checkbox" name="close" id="close" /> |
80 |
</li> |
80 |
</li> |
Lines 334-340
Link Here
|
334 |
[% ELSE %] |
334 |
[% ELSE %] |
335 |
<div class="dialog message"><p>No orders yet</p> |
335 |
<div class="dialog message"><p>No orders yet</p> |
336 |
[% IF adjustments && adjustments.count > 0 || shipmentcost && shipmentcost > 0 %] |
336 |
[% IF adjustments && adjustments.count > 0 || shipmentcost && shipmentcost > 0 %] |
337 |
<p>Adjustments plus shipping:[% total_adj + shipmentcost | $Price %]</p> |
337 |
<p>Adjustments plus shipping: [% total_adj + shipmentcost | $Price %]</p> |
338 |
[% END %] |
338 |
[% END %] |
339 |
</div> |
339 |
</div> |
340 |
[% END %] |
340 |
[% END %] |
341 |
- |
|
|