https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=28258
Bug ID: 28258
Summary: Bad date formatting in AUTO_RENEWALS notice
Change sponsored?: ---
Product: Koha
Version: master
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P5 - low
Component: Notices
Assignee: [email protected]
Reporter: [email protected]
QA Contact: [email protected]
Bug 24378 updated the AUTO_RENEWALS notice to formate the date as a due date,
however, it seem to have an error:
[% checkout.date_due as_due_date => 1 %]
Generates an error:
ERROR PROCESSING TEMPLATE: file error - parse error - input text line 18:
unexpected token (as_due_date)
[% checkout.date_due as_due_date => 1 %] at test.pl line 18.
I think it should be:
[% checkout.date_due | $KohaDates as_due_date => 1%]
--
You are receiving this mail because:
You are watching all bug changes.
You are the assignee for the bug.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/