[koha-commits] main Koha release repository branch 3.10.x updated. v3.10.03-12-gd0a36ce

Git repo owner gitmaster at git.koha-community.org
Mon Mar 11 09:42:20 CET 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, 3.10.x has been updated
       via  d0a36cec6c4c1413d216ac7eeb7ebb93038a86a5 (commit)
      from  0fefa968c846c89a2c77208513cb3a9c4217dfb4 (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 d0a36cec6c4c1413d216ac7eeb7ebb93038a86a5
Author: Liz Rea <liz at catalyst.net.nz>
Date:   Thu Jan 31 14:53:29 2013 +1300

    Bug 8682 - Renewals do not appear on quick slips
    
    To test:
    Issue two books to a patron.
    Do a renewal on one of them.
    update the issuedate on the item that has been renewed to something before today (renewals on the same day will work even without this patch)
    I did: select * from issues;
    update issues set issuedate="2013-01-25 14:00:00" where itemnumber = 948; (itemnumber is variable depending on your test data.)
    
    Print a quick slip before the patch - the renewal will not show up as one of today's issues.
    Print a quick slip after the patch - the renewal will show up as one of today's issues.
    
    If you need reasoning as to why a renewal should show up on the quick slip, think of it as a record of everything
    a borrower did today, without the hassle of overdues.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Jonathan Druart <jonathan.druart at biblibre.com>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>
    Signed-off-by: Chris Cormack <chris at bigballofwax.co.nz>

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

Summary of changes:
 C4/Members.pm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list