|
Lines 72-78
Link Here
|
| 72 |
<span title="[% order.datereceived | html %]">[% order.datereceived | $KohaDates %]</span> |
72 |
<span title="[% order.datereceived | html %]">[% order.datereceived | $KohaDates %]</span> |
| 73 |
</td> |
73 |
</td> |
| 74 |
<td class="data cell"> |
74 |
<td class="data cell"> |
| 75 |
[% order.rowtotal | html %] |
75 |
[% order.rowtotal | $Price %] |
| 76 |
</td> |
76 |
</td> |
| 77 |
</tr> |
77 |
</tr> |
| 78 |
[% END %] |
78 |
[% END %] |
|
Lines 81-87
Link Here
|
| 81 |
[% IF shipmentcosts.size || ( adjustments && adjustments.count > 0 ) %] |
81 |
[% IF shipmentcosts.size || ( adjustments && adjustments.count > 0 ) %] |
| 82 |
<tr> |
82 |
<tr> |
| 83 |
<td colspan="9"> Sub total </td> |
83 |
<td colspan="9"> Sub total </td> |
| 84 |
<td class="data"> [% subtotal | html %] </td> |
84 |
<td class="data"> [% subtotal | $Price %] </td> |
| 85 |
</tr> |
85 |
</tr> |
| 86 |
[% END %] |
86 |
[% END %] |
| 87 |
[% IF shipmentcosts.size %] |
87 |
[% IF shipmentcosts.size %] |
|
Lines 89-95
Link Here
|
| 89 |
<tr> |
89 |
<tr> |
| 90 |
<td></td> |
90 |
<td></td> |
| 91 |
<td colspan="8">Shipping cost for invoice [% shipmentcost.invoicenumber | html %]</td> |
91 |
<td colspan="8">Shipping cost for invoice [% shipmentcost.invoicenumber | html %]</td> |
| 92 |
<td class="data total">[% shipmentcost.shipmentcost | html %]</td> |
92 |
<td class="data total">[% shipmentcost.shipmentcost | $Price %]</td> |
| 93 |
</tr> |
93 |
</tr> |
| 94 |
[% END %] |
94 |
[% END %] |
| 95 |
[% END %] |
95 |
[% END %] |
|
Lines 98-110
Link Here
|
| 98 |
<tr> |
98 |
<tr> |
| 99 |
<td></td> |
99 |
<td></td> |
| 100 |
<td colspan="8">Adjustment cost for invoice [% adjustment.invoiceid | html %]</td> |
100 |
<td colspan="8">Adjustment cost for invoice [% adjustment.invoiceid | html %]</td> |
| 101 |
<td class="data total">[% adjustment.adjustment | html %]</td> |
101 |
<td class="data total">[% adjustment.adjustment | $Price %]</td> |
| 102 |
</tr> |
102 |
</tr> |
| 103 |
[% END %] |
103 |
[% END %] |
| 104 |
[% END %] |
104 |
[% END %] |
| 105 |
<tr> |
105 |
<tr> |
| 106 |
<td colspan="9">TOTAL</td> |
106 |
<td colspan="9">TOTAL</td> |
| 107 |
<td class="data total">[% total | html %]</td> |
107 |
<td class="data total">[% total | $Price %]</td> |
| 108 |
</tr> |
108 |
</tr> |
| 109 |
</tfoot> |
109 |
</tfoot> |
| 110 |
</table> |
110 |
</table> |
| 111 |
- |
|
|