[Koha-bugs] [Bug 12274] Closed invoices not properly handled on invoice details page

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Tue May 20 13:43:07 CEST 2014


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

--- Comment #4 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 28352
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28352&action=edit
Bug 12274: Invoice detail: billingdate is badly formated

Bug 10613 sent the billingdate as a string. The template waits a DateTime
object.

To reproduce:
1/ Go on a invoice detail page
2/ Select a billing date
3/ Boom without the patch
[Tue May 20 13:39:18 2014] invoice.pl: Template process failed: undef
error - The 'day' parameter ("2014") to DateTime::new did not pass the
'an integer which is a possible valid day of month' callback.

Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list