[Koha-bugs] [Bug 10423] Date not well formatted on 'print summary' from patron account

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Apr 17 10:28:13 CEST 2015


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

--- Comment #5 from Marc Véron <veron at veron.ch> ---
Created attachment 38005
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=38005&action=edit
[Signed-off] Bug 10423: Show date due with time if it's a hourly loan

On printing the summary from the patron account, the hours are not
displayed if needed.
The as_date_due flag should be set to display it correctly.
Problem, GetPendingIssues modify the value retrieved from the database.
In order to not add regression and check all calls to GetPendingIssues,
this patch backup the value before the change.

Test plan:
Check some items out, specify a hourly loan for some.
Click on print > print summary and confirm the date due are correctly
formatted.

Followed test plan. Date + time display as expected.
Signed-off-by: Marc Véron <veron at veron.ch>

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


More information about the Koha-bugs mailing list