[koha-commits] main Koha release repository branch master updated. v3.14.00-358-g443ec40

Git repo owner gitmaster at git.koha-community.org
Thu Jan 23 18:20:54 CET 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  443ec407861762b8249685700e9cf18c9a9407e2 (commit)
       via  b464eda7c39392143c4448c505312c7bb310ae92 (commit)
      from  24be6eb80eda9dee146687d5109d41430c7a8c76 (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 443ec407861762b8249685700e9cf18c9a9407e2
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Jan 10 12:25:58 2014 +0100

    Bug 11486: Don't display the number of remaining renewals if == 0
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

commit b464eda7c39392143c4448c505312c7bb310ae92
Author: David Cook <dcook at prosentient.com.au>
Date:   Tue Jan 7 15:07:53 2014 +1100

    Bug 11486: Show renewal count on 'check out' and 'details' tabs in patron record
    
    This patch adds the renewal count to the 'Check out' and "Details' tabs
    of the patron record.
    
    This information already exists in the OPAC view of the patron record.
    Since librarians might be serving patrons in person who want to know
    this information without looking it up online, it makes sense to show
    it in the staff client.
    
    There may also be times where librarians want to see how many renewals
    a patron has left, how many they've used already, etc. when making other
    decisions.
    
    _TEST PLAN_
    
    Before applying:
    
    1) Go to "Check out" with a patron that has some check outs before today
    2) Add some check outs for today
    *Ensure that all issues are for items that can be renewed*
    3) Note that the Renew column just says '0' followed by a check box
    4) Check the 'Detail' tab. It should say the same.
    
    Apply the patch.
    
    5) View the "Details" and "Check out" tabs again
    6) Note that the renewal count now appears in the form resembling:
    5 of 5 renewals remaining
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    All tests pass
    
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 circ/circulation.pl                                        |    1 +
 koha-tmpl/intranet-tmpl/prog/en/css/staff-global.css       |    6 ++++++
 .../intranet-tmpl/prog/en/modules/circ/circulation.tt      |   12 ++++++++++++
 .../intranet-tmpl/prog/en/modules/members/moremember.tt    |    6 ++++++
 members/moremember.pl                                      |    1 +
 5 files changed, 26 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list