[koha-commits] main Koha release repository branch master updated. v16.11.00-9-g8dce1cd

Git repo owner gitmaster at git.koha-community.org
Tue Nov 29 18:46:41 CET 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  8dce1cde3a8b1d0cd742f26545aa1d09e4ff63df (commit)
      from  2d769cd5081de0572f9b59e3dbcb99f309caf0a2 (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 8dce1cde3a8b1d0cd742f26545aa1d09e4ff63df
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Fri Aug 19 12:01:32 2016 +0100

    Bug 16873: Improve renewal error messages on self check
    
    When a patron is not allowed to renew from the self check module, the
    only message displayed is "No renewals allowed".
    It would be nicer to let him/her know that the renewal is not allowed
    because it's a on-site checkout or automatic renewal.
    
    To do so we can call CanBookBeRenewed instead of CanBookBeIssued and get
    the renewal error.
    
    Test plan:
    0/ Switch off AllowSelfCheckReturns
    1/ check out an item and tick "auto renewal"
    2/ Go on the self check module
    => auto renewal message is displayed
    3/ check out an item and tick "on-site checkout"
    4/ Go on the self check module
    => on-site checkout message is displayed
    5/ check out an item without ticking any checkboxes (regular checkout)
    Renew it to reach the max renew allowed
    6/ Go on the self check module
    => regular checkout message is displayed
    7/ Switch on AllowSelfCheckReturns and repeat previous steps
    => "Return this item" button is displayed in addition of the renewal
    error message
    
    Signed-off-by: Josef Moravec <josef.moravec at gmail.com>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 .../opac-tmpl/bootstrap/en/modules/sco/sco-main.tt |   23 ++++++++++++--------
 opac/sco/sco-main.pl                               |   12 +++++-----
 2 files changed, 19 insertions(+), 16 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list