Lines 910-919
tables:
Link Here
|
910 |
message_transport_type: print |
910 |
message_transport_type: print |
911 |
lang: default |
911 |
lang: default |
912 |
content: |
912 |
content: |
913 |
- "The following item(s) is/are currently overdue:" |
913 |
- "[%- USE Price -%]" |
914 |
- "" |
914 |
- "The following [% IF overdues > 1 %]items are[% ELSE %]item is[% END %] currently overdue:" |
915 |
- "<item>\"<<biblio.title>>\" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>" |
915 |
- "" |
916 |
- "" |
916 |
- "[% FOREACH odue IN overdues %]" |
|
|
917 |
- "[% odue.item.biblio.title %]" |
918 |
- "by [% odue.item.biblio.author %]" |
919 |
- "[%- IF odue.item.itemcallnumber %]" |
920 |
- "[% odue.item.itemcallnumber %]" |
921 |
- "[%- END %]" |
922 |
- "Barcode: [% odue.item.barcode %]" |
923 |
- "[%- IF odue.overdue_fines.total_outstanding > 0 %]" |
924 |
- "Fine: [% odue.overdue_fines.total_outstanding | $Price %]" |
925 |
- "[%- END %]" |
926 |
- "[% END %]" |
917 |
|
927 |
|
918 |
- module: circulation |
928 |
- module: circulation |
919 |
code: PREDUE |
929 |
code: PREDUE |
920 |
- |
|
|