[koha-commits] main Koha release repository branch master updated. v3.16.00-beta-28-ge7bf506

Git repo owner gitmaster at git.koha-community.org
Mon May 12 16:07:36 CEST 2014


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  e7bf50600d053238d354ec2989f3fbe542c47aaa (commit)
      from  76e8bb0fabd4a9ef85fd2dc5ad604c446a50f751 (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 e7bf50600d053238d354ec2989f3fbe542c47aaa
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Thu Apr 24 15:21:59 2014 -0400

    Bug 9724: ensure hourly loans show time due in SCO
    
    Due dates in the self checkout module don't display the time items are
    due, and thus items which are on hourly loans don't display an accurate
    due date and time. This patch corrects this by adding the "as_due_date
    => 1" parameter added by Bug 9723.
    
    To test, apply the patch for Bug 9723 if necessary. Enable an hourly
    loan period for an itemtype in your collection. Log into the
    self-checkout system and check out an item which circulates by the hour.
    The due date and time should be displayed correctly.
    
    Check out an item which does not circulate hourly. The due date should
    be displayed as a date only.
    
    Test in both prog and Bootstrap themes.
    
    Followed test plan. Works as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |    4 ++--
 koha-tmpl/opac-tmpl/prog/en/modules/sco/sco-main.tt      |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list