[Koha-bugs] [Bug 929] See details of a budget

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Jan 6 14:00:45 CET 2012


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

Paul Poulain <paul.poulain at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |paul.poulain at biblibre.com

--- Comment #19 from Paul Poulain <paul.poulain at biblibre.com> 2012-01-06 13:00:45 UTC ---
I'm OK to put this patch, but it introduce a new (internal) feature i'd like to
advertise before pushing.

Chris, could you explain the consequences for dates fields ? Does it mean we
don't need to format them in pl anymore but just throw them "as they are",
like:
[% order.entrydate | $KohaDates %] ?

(and :
-        my $entrydate = C4::Dates->new( $data->{'entrydate'}, 'iso' );
-        $data->{'entrydate'} = $entrydate->output("syspref");
-        my $datereceived = C4::Dates->new( $data->{'datereceived'}, 'iso' );
-        $data->{'datereceived'} = $datereceived->output("syspref");
to remove lines that are now useless ?

I like it. But if we want to adopt this tool (and I think we should), it must
be validated & a bug entry must be open to clean all dates formattings in Koha
!

Chris, please give me details, i'll take care of the bugzilla & mail to
koha-devel

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.
You are watching all bug changes.


More information about the Koha-bugs mailing list