[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
Wed May 21 12:32:13 CEST 2014


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

--- Comment #7 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Created attachment 28396
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=28396&action=edit
[PASSED QA] 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>
Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
Not all dates will make it go 'boom' but 31/07/2014 did.

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


More information about the Koha-bugs mailing list