[koha-commits] main Koha release repository branch master updated. v16.05.00-873-g386f7ae

Git repo owner gitmaster at git.koha-community.org
Thu Sep 15 15:23:57 CEST 2016


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  386f7ae9af012c4cb13a87f686915fc95d65585c (commit)
      from  3ee3c3198ae0c79a698f9037975a17c6fca31a69 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 386f7ae9af012c4cb13a87f686915fc95d65585c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Sep 14 13:25:58 2016 +0100

    Bug 17299: Display date due correctly on SCO
    
    Unless it's an hourly loan, date due should not display the time part
    (23:59).
    Because of bad code in GetPendingIssues, date_due is replaced with a
    DateTime object and is copied into date_due_sql.
    We need to use this date_due_sql to correctly display the date due in
    the sco module.
    
    Test plan:
    1/ Enable WebBasedSelfCheck syspref
    2/ Check out an item to User A -- Do not use an hourly loan.
    3/ Log in to Koha self check ( {OPAC URL}/cgi-bin/koha/sco/sco-main.pl).
    4/ Enter User A's cardnumber.
    Without this patch, checkouts are
       MM/DD/YYYY 12:00 AM (Timeformat: 12 hour)
    or MM/DD/YYYY 00:00    (Timeformat: 24H)
    With this patch applied, only the date is displayed
    
    Followed test plan, works as expected.
    Signed-off-by: Marc <veron at veron.ch>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

-----------------------------------------------------------------------

Summary of changes:
 opac/sco/sco-main.pl |    1 +
 1 file changed, 1 insertion(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list