[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
Thu Apr 16 13:17:17 CEST 2015


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

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #37907|0                           |1
        is obsolete|                            |

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 37947
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=37947&action=edit
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.

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


More information about the Koha-bugs mailing list