export.tmpl was not the good one. :)
[koha.git] / misc / notifys / templates / fax-29.html
1 Dear <TMPL_VAR NAME="NAME"><p>
2
3 Invoice for lost book(s)                                  <br>  
4 This is an invoice for the replacement cost of items you or your children
5 borrowed from the library which have not been returned.
6
7 <p>
8 <table border=\"1\">
9 <TMPL_LOOP NAME=BOOKDETAILS>
10 <tr>
11 <td><TMPL_VAR NAME=DATE_DUE></td>
12 <td><TMPL_VAR NAME=BARCODE></td>
13 <td><TMPL_VAR NAME=TITLE></td>
14 <td><TMPL_VAR NAME=ITEMTYPE></td>
15 <td>$<TMPL_VAR NAME=FINE></td>
16 <td>$<TMPL_VAR NAME=REP></td>
17 </tr>
18 </TMPL_LOOP>
19 <table>
20 Total Owing: $<TMPL_VAR NAME=OWING> <p> 
21 If you return all overdue items, the total owing in fines will be $<TMPL_VAR NAME=FINES_TOTAL>                                     
22 <br>                                     
23 Please deal with this matter
24 immediately. If you need more time to search or pay, or you think a mistake
25 has been made, please contact the library straight away. If you do not
26 respond to this letter,  this                
27 account will be handed to a debt collection agency.
28
29
30
31
32
33
34
35
36
37
38
39
40