http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7735 Priority: P5 - low Change sponsored?: --- Bug ID: 7735 Assignee: adrien.saurat@biblibre.com Summary: Removal of C4::Dates where it's not used anymore QA Contact: koha.sekjal@gmail.com Severity: trivial Classification: Unclassified OS: All Reporter: adrien.saurat@biblibre.com Hardware: All Status: ASSIGNED Version: master Component: Acquisitions Product: Koha Fixes concerning the bug 929 introduced in a few pages the use of a Template Toolkit filter. Now with a TT update looking like... [% USE KohaDates %] [% somevariable | $KohaDates %] ... it's possible to format a date according to the system preferences in an efficient way. Bug 7444 suggests to use this everywhere on Koha. -- This bug will simply remove the C4::Dates call in two pages where the filters are now being used (since bug 929), making this call useless (spent.pl and ordered.pl). -- You are receiving this mail because: You are watching all bug changes.