[Koha-bugs] [Bug 7735] New: Removal of C4::Dates where it's not used anymore

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Mar 19 14:14:50 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7735

          Priority: P5 - low
 Change sponsored?: ---
            Bug ID: 7735
          Assignee: adrien.saurat at biblibre.com
           Summary: Removal of C4::Dates where it's not used anymore
        QA Contact: koha.sekjal at gmail.com
          Severity: trivial
    Classification: Unclassified
                OS: All
          Reporter: adrien.saurat at 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.


More information about the Koha-bugs mailing list