|
Lines 1366-1373
tables:
Link Here
|
| 1366 |
- " [% PROCESS account_type_description account=credit %]" |
1366 |
- " [% PROCESS account_type_description account=credit %]" |
| 1367 |
- " [%- IF credit.description %], [% credit.description | html %][% END %]" |
1367 |
- " [%- IF credit.description %], [% credit.description | html %][% END %]" |
| 1368 |
- " </td>" |
1368 |
- " </td>" |
| 1369 |
- " <td class='credit'>[% credit.amount | $Price %]</td>" |
1369 |
- " <td class='credit'>[% credit.amount *-1 | $Price %]</td>" |
| 1370 |
- " <td class='credit'>[% credit.amountoutstanding | $Price %]</td>" |
1370 |
- " <td class='credit'>[% credit.amountoutstanding *-1 | $Price %]</td>" |
| 1371 |
- " </tr>" |
1371 |
- " </tr>" |
| 1372 |
- " [% END %]" |
1372 |
- " [% END %]" |
| 1373 |
- " [% ELSE %]" |
1373 |
- " [% ELSE %]" |
|
Lines 1377-1386
tables:
Link Here
|
| 1377 |
- " [% END %]" |
1377 |
- " [% END %]" |
| 1378 |
- "" |
1378 |
- "" |
| 1379 |
- " <tfoot>" |
1379 |
- " <tfoot>" |
| 1380 |
- " <tr>" |
1380 |
- " <td colspan='3'>" |
| 1381 |
- " <td colspan='3'>Total outstanding dues as of [% today | $KohaDates %]: </td>" |
1381 |
- " [% IF borrower.account.balance < 0 %]" |
| 1382 |
- " [% IF ( borrower.account.balance <= 0 ) %]<td class='credit'>[% ELSE %]<td class='debit'>[% END %][% borrower.account.balance | $Price %]</td>" |
1382 |
- " Total credit as of [% today | $KohaDates %]:" |
| 1383 |
- " </tr>" |
1383 |
- " [% ELSE %]" |
|
|
1384 |
- " Total outstanding dues as of [% today | $KohaDates %]:" |
| 1385 |
- " [% END %]" |
| 1386 |
- " </td>" |
| 1387 |
- " [% IF ( borrower.account.balance <= 0 ) %]<td class='credit'>[% borrower.account.balance * -1 | $Price %]</td>" |
| 1388 |
- " [% ELSE %]<td class='debit'>[% borrower.account.balance | $Price %]</td>[% END %]" |
| 1384 |
- " </tfoot>" |
1389 |
- " </tfoot>" |
| 1385 |
- "</table>" |
1390 |
- "</table>" |
| 1386 |
|
1391 |
|
| 1387 |
- |
|
|