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

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-8 / +7 lines)
Lines 2107-2113 tables: Link Here
2107
          lang: default
2107
          lang: default
2108
          content:
2108
          content:
2109
            - "Dear [% borrower.firstname %] [% borrower.surname %],"
2109
            - "Dear [% borrower.firstname %] [% borrower.surname %],"
2110
            - "[% IF checkout.auto_renew_error %]"
2110
            - "[% IF checkout.auto_renew_error == 'auto_renew_final' %]"
2111
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2112
            - "This item has reached the maximum number of automatic renewals and will no longer be renewed."
2113
            - "[% ELSIF checkout.auto_renew_error == 'auto_unseen_final' %]"
2114
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2115
            - "This item has reached the maximum number of unseen renewals and will need to be renewed at the library."
2116
            - "[% ELSIF checkout.auto_renew_error %]"
2111
            - "The following item, [% biblio.title %], has not been renewed because:"
2117
            - "The following item, [% biblio.title %], has not been renewed because:"
2112
            - "[% IF checkout.auto_renew_error == 'too_many' %]"
2118
            - "[% IF checkout.auto_renew_error == 'too_many' %]"
2113
            - "You have reached the maximum number of renewals possible."
2119
            - "You have reached the maximum number of renewals possible."
Lines 2125-2136 tables: Link Here
2125
            - "This item must be renewed at the library."
2131
            - "This item must be renewed at the library."
2126
            - "[% ELSIF checkout.auto_renew_error == 'auto_account_expired' %]"
2132
            - "[% ELSIF checkout.auto_renew_error == 'auto_account_expired' %]"
2127
            - "Your account has expired."
2133
            - "Your account has expired."
2128
            - "[% ELSIF checkout.auto_renew_error == 'auto_renew_final' %]"
2129
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2130
            - "This item has reached the maximum number of automatic renewals and will no longer be renewed."
2131
            - "[% ELSIF checkout.auto_renew_error == 'auto_unseen_final' %]"
2132
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2133
            - "This item has reached the maximum number of unseen renewals and will need to be renewed at the library."
2134
            - "[% END %]"
2134
            - "[% END %]"
2135
            - "[% ELSE %]"
2135
            - "[% ELSE %]"
2136
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2136
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2137
- 

Return to bug 34924