[Koha-bugs] [Bug 1538] moremember.pl doesn't show date due, shows incorrect overdue status

bugzilla-daemon at pippin.metavore.com bugzilla-daemon at pippin.metavore.com
Tue Nov 6 01:30:00 CET 2007


http://bugs.koha.org/cgi-bin/bugzilla/show_bug.cgi?id=1538


chris.cormack at liblime.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
           Priority|P3                          |PATCH-Sent
         Resolution|                            |FIXED




------- Comment #5 from chris.cormack at liblime.com  2007-11-05 16:29 -------
Yep that was it

Changing
$issue->[$i]{'date_due'} =
C4::Dates->new($issue->[$i]{'date_due'})->output('iso');
to
$issue->[$i]{'date_due'} =
C4::Dates->new($issue->[$i]{'date_due'},'iso')->output(C4::Context->preference('dateformat'));

Fixed it, patch sent.




------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.





More information about the Koha-bugs mailing list