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 2145-2151 tables: Link Here
2145
          lang: default
2145
          lang: default
2146
          content:
2146
          content:
2147
            - "Dear [% borrower.firstname %] [% borrower.surname %],"
2147
            - "Dear [% borrower.firstname %] [% borrower.surname %],"
2148
            - "[% IF checkout.auto_renew_error %]"
2148
            - "[% IF checkout.auto_renew_error == 'auto_renew_final' %]"
2149
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2150
            - "This item has reached the maximum number of automatic renewals and will no longer be renewed."
2151
            - "[% ELSIF checkout.auto_renew_error == 'auto_unseen_final' %]"
2152
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2153
            - "This item has reached the maximum number of unseen renewals and will need to be renewed at the library."
2154
            - "[% ELSIF checkout.auto_renew_error %]"
2149
            - "The following item, [% biblio.title %], has not been renewed because:"
2155
            - "The following item, [% biblio.title %], has not been renewed because:"
2150
            - "[% IF checkout.auto_renew_error == 'too_many' %]"
2156
            - "[% IF checkout.auto_renew_error == 'too_many' %]"
2151
            - "You have reached the maximum number of renewals possible."
2157
            - "You have reached the maximum number of renewals possible."
Lines 2163-2174 tables: Link Here
2163
            - "This item must be renewed at the library."
2169
            - "This item must be renewed at the library."
2164
            - "[% ELSIF checkout.auto_renew_error == 'auto_account_expired' %]"
2170
            - "[% ELSIF checkout.auto_renew_error == 'auto_account_expired' %]"
2165
            - "Your account has expired."
2171
            - "Your account has expired."
2166
            - "[% ELSIF checkout.auto_renew_error == 'auto_renew_final' %]"
2167
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2168
            - "This item has reached the maximum number of automatic renewals and will no longer be renewed."
2169
            - "[% ELSIF checkout.auto_renew_error == 'auto_unseen_final' %]"
2170
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2171
            - "This item has reached the maximum number of unseen renewals and will need to be renewed at the library."
2172
            - "[% END %]"
2172
            - "[% END %]"
2173
            - "[% ELSE %]"
2173
            - "[% ELSE %]"
2174
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2174
            - "The following item, [% biblio.title %], has correctly been renewed and is now due on [% checkout.date_due | $KohaDates as_due_date => 1 %]"
2175
- 

Return to bug 34924