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

(-)a/installer/data/mysql/en/mandatory/sample_notices.yml (-1 / +1 lines)
Lines 2222-2227 tables: Link Here
2222
            - "There were [% success %] items that were renewed."
2222
            - "There were [% success %] items that were renewed."
2223
            - "[% END %]"
2223
            - "[% END %]"
2224
            - "[% FOREACH checkout IN checkouts %]"
2224
            - "[% FOREACH checkout IN checkouts %]"
2225
            - "[% NEXT IF (checkout.auto_renew_error == 'auto_too_soon') %]"
2225
            - "[% checkout.item.biblio.title %] : [% checkout.item.barcode %]"
2226
            - "[% checkout.item.biblio.title %] : [% checkout.item.barcode %]"
2226
            - "[% IF !checkout.auto_renew_error %]"
2227
            - "[% IF !checkout.auto_renew_error %]"
2227
            - "was renewed until [% checkout.date_due | $KohaDates as_due_date => 1%]"
2228
            - "was renewed until [% checkout.date_due | $KohaDates as_due_date => 1%]"
2228
- 

Return to bug 36741