[koha-commits] main Koha release repository branch master updated. v3.12.00-beta1-731-g29edd37

Git repo owner gitmaster at git.koha-community.org
Wed Jun 19 18:34:44 CEST 2013


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  29edd3797a7c950664ebc3be272ad4dca2575a80 (commit)
      from  8bdd1fde914157f0726d16a99853e2779e475423 (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 29edd3797a7c950664ebc3be272ad4dca2575a80
Author: Owen Leonard <oleonard at myacpl.org>
Date:   Tue Nov 27 11:16:14 2012 -0500

    Bug 7110: Renewal messages no longer displays in OPAC if OpacRenewalAllowed is disabled
    
    Prior to this patch, if a patron has fines which exceed the limit set by
    OPACFineNoRenewals but OPAC renewals are disallowed by OpacRenewalAllowed,
    a message was displayed in their OPAC summary like this:
    
    "Please note: You currently owe XXX in fines. Please pay your fines if you wish
    to renew your books."
    
    Information about outstanding fines in this case has no bearing on
    how the user sees his summary of checkouts; since the user cannot
    renew the loans from the OPAC regardless of their fine balance if
    OpacRenewalAllowed is not enabled, this patch removes the message.
    
    To test, try various combinations of OpacRenewalAllowed and
    OPACFineNoRenewals with a patron who has outstanding fines:
    
    - OpacRenewalAllowed ON and OPACFineNoRenewals ON (set to be triggered
      by the test patron's fines): Logging in to the OPAC the patron should
      see a warning on opac-user.pl about not being able to renew items
      because of fines.
    
    - OpacRenewalAllowed ON and OPACFineNoRenewals OFF (threshold high
      enough not to trigger a block): No warning appears.
    
    - OpacRenewalAllowed OFF and OPACFineNoRenewals ON: No warning appears.
    
    - OpacRenewalAllowed OFF and OPACFineNoRenewals OFF: No warning appears.
    
    If OpacRenewalAllowed is diabled and a patron's fines exceed the limit
    set by OPACFineNoRenewals they should see no message.
    
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    
    Passes koha-ql.pl and perlcritic
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt |    2 --
 opac/opac-user.pl                                |    2 +-
 2 files changed, 1 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list