View | Details | Raw Unified | Return to bug 36110
Collapse All | Expand All

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-5 / +14 lines)
Lines 917-926 tables: Link Here
917
          message_transport_type: print
917
          message_transport_type: print
918
          lang: default
918
          lang: default
919
          content:
919
          content:
920
            - "The following item(s) is/are currently overdue:"
920
            - "[%- USE Price -%]"
921
            - ""
921
            - "The following [% IF overdues > 1 %]items are[% ELSE %]item is[% END %] currently overdue:"
922
            - "<item>\"<<biblio.title>>\" by <<biblio.author>>, <<items.itemcallnumber>>, Barcode: <<items.barcode>> Fine: <<items.fine>></item>"
922
            - ""
923
            - ""
923
            - "[% FOREACH odue IN overdues %]"
924
            - "[% odue.item.biblio.title %]"
925
            - "by [% odue.item.biblio.author %]"
926
            - "[%- IF odue.item.itemcallnumber %]"
927
            - "[% odue.item.itemcallnumber %]"
928
            - "[%- END %]"
929
            - "Barcode: [% odue.item.barcode %]"
930
            - "[%- IF odue.overdue_fines.total_outstanding > 0 %]"
931
            - "Fine: [% odue.overdue_fines.total_outstanding | $Price %]"
932
            - "[%- END %]"
933
            - "[% END %]"
924
934
925
        - module: circulation
935
        - module: circulation
926
          code: PREDUE
936
          code: PREDUE
927
- 

Return to bug 36110