Lines 87-93
Link Here
|
87 |
[% FOREACH shipmentcost IN shipmentcosts %] |
87 |
[% FOREACH shipmentcost IN shipmentcosts %] |
88 |
<tr> |
88 |
<tr> |
89 |
<td></td> |
89 |
<td></td> |
90 |
<td colspan="8">Shipping cost for invoice [% shipmentcost.invoicenumber | html %]</td> |
90 |
<td colspan="8">Shipping cost for invoice |
|
|
91 |
<a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% shipmentcode.invoiceid | uri %]"> |
92 |
[% shipmentcost.invoicenumber | html %] |
93 |
</a> |
94 |
</td> |
91 |
<td class="data total">[% shipmentcost.shipmentcost | $Price %]</td> |
95 |
<td class="data total">[% shipmentcost.shipmentcost | $Price %]</td> |
92 |
</tr> |
96 |
</tr> |
93 |
[% END %] |
97 |
[% END %] |
Lines 96-102
Link Here
|
96 |
[% FOREACH adjustment IN adjustments %] |
100 |
[% FOREACH adjustment IN adjustments %] |
97 |
<tr> |
101 |
<tr> |
98 |
<td></td> |
102 |
<td></td> |
99 |
<td colspan="8">Adjustment cost for invoice [% adjustment.invoiceid | html %]</td> |
103 |
<td colspan="8">Adjustment cost for invoice |
|
|
104 |
<a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% adjustment.invoiceid | uri %]"> |
105 |
[% adjustment.invoice.invoicenumber | html %] |
106 |
</a> |
107 |
</td> |
100 |
<td class="data total">[% adjustment.adjustment | $Price %]</td> |
108 |
<td class="data total">[% adjustment.adjustment | $Price %]</td> |
101 |
</tr> |
109 |
</tr> |
102 |
[% END %] |
110 |
[% END %] |