|
Lines 372-378
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
| 372 |
<tbody> |
372 |
<tbody> |
| 373 |
<tr> |
373 |
<tr> |
| 374 |
<td>You currently owe fines and charges amounting to:</td> |
374 |
<td>You currently owe fines and charges amounting to:</td> |
| 375 |
<td><a href="/cgi-bin/koha/opac-account.pl">[% amountoutstanding %]</a></td> |
375 |
<td><a href="/cgi-bin/koha/opac-account.pl">[% amountoutstanding | $Price %]</a></td> |
| 376 |
</tr> |
376 |
</tr> |
| 377 |
</tbody> |
377 |
</tbody> |
| 378 |
</table> |
378 |
</table> |
|
Lines 385-391
Using this account is not recommended because some parts of Koha will not functi
Link Here
|
| 385 |
<thead><tr><th colspan="2">Amount</th></tr></thead> |
385 |
<thead><tr><th colspan="2">Amount</th></tr></thead> |
| 386 |
<tbody> |
386 |
<tbody> |
| 387 |
<tr> |
387 |
<tr> |
| 388 |
<td>You have a credit of:</td><td><a href="/cgi-bin/koha/opac-account.pl">[% amountoutstanding %]</a></td> |
388 |
<td>You have a credit of:</td><td><a href="/cgi-bin/koha/opac-account.pl">[% amountoutstanding | $Price %]</a></td> |
| 389 |
</tr> |
389 |
</tr> |
| 390 |
</tbody> |
390 |
</tbody> |
| 391 |
</table> |
391 |
</table> |
| 392 |
- |
|
|