|
Lines 135-145
Link Here
|
| 135 |
</tr> |
135 |
</tr> |
| 136 |
[% IF outstanding_credits.total_outstanding < 0 %] |
136 |
[% IF outstanding_credits.total_outstanding < 0 %] |
| 137 |
<tr> |
137 |
<tr> |
| 138 |
<td class="total" colspan="11">Outstanding credits could be applied: </td> |
138 |
<td class="total" colspan="12">Outstanding credits could be applied: </td> |
| 139 |
<td class="credit" style="text-align: right;"><button type="submit" id="apply_credits" name="apply_credits" value="apply_credits" class="btn btn-default btn-sm">Apply <strong class="credit">[% outstanding_credits.total_outstanding | $Price %]</strong></button></td> |
139 |
<td class="credit" style="text-align: right;"><button type="submit" id="apply_credits" name="apply_credits" value="apply_credits" class="btn btn-default btn-sm">Apply <strong class="credit">[% outstanding_credits.total_outstanding | $Price %]</strong></button></td> |
| 140 |
</tr> |
140 |
</tr> |
| 141 |
<tr> |
141 |
<tr> |
| 142 |
<td class="total" colspan="11">Total due if credit applied:</td> |
142 |
<td class="total" colspan="12">Total due if credit applied:</td> |
| 143 |
<td style="text-align: right;">[% total + outstanding_credits.total_outstanding | $Price %]</td> |
143 |
<td style="text-align: right;">[% total + outstanding_credits.total_outstanding | $Price %]</td> |
| 144 |
</tr> |
144 |
</tr> |
| 145 |
[% END %] |
145 |
[% END %] |
| 146 |
- |
|
|