Add <<fines.total>> and other fines placeholders in notices to display total owed in fines on notices. It would be cool to be able to let patrons know how much they owed in fines in their overdue notices. This could take a couple forms * Per item fines (<<fines.item>> or <<items.content.fines>> * Total balance of account (<<fines.total>>)
Using the <item> syntax it is possible to output the fine for each item in the notice with the other item information: Example: <item><<biblio.title>>, Signatur: <<items.itemcallnumber>>, Barcode: <<items.barcode>>, Mahngebühr: <fine>EUR</fine></item>