Skip to content

Commit fe752e4

Browse files
Version v9.0.2-release.1
1 parent 9b8a03f commit fe752e4

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

masspay.tpl

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,19 @@
4646
{if $credit}
4747
<tr class="masspay-total">
4848
<td class="text-right">{$LANG.invoicescredit}:</td>
49-
<td>{$credit}</td>
49+
<td>-{$credit}</td>
5050
</tr>
5151
{/if}
5252
{if $partialpayments}
5353
<tr class="masspay-total">
5454
<td class="text-right">{$LANG.invoicespartialpayments}:</td>
55-
<td>{$partialpayments}</td>
55+
<td>-{$partialpayments}</td>
56+
</tr>
57+
{/if}
58+
{if $invoiceadjustments}
59+
<tr class="masspay-total">
60+
<td class="text-right">{$LANG.invoicesadjustments}:</td>
61+
<td>{$invoiceadjustments}</td>
5662
</tr>
5763
{/if}
5864
<tr class="masspay-total">

0 commit comments

Comments
 (0)