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