[koha-commits] main Koha release repository branch new/bug_6634 created. v3.04.00-361-g18c4915

Git repo owner gitmaster at git.koha-community.org
Mon Aug 15 05:31:34 CEST 2011


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, new/bug_6634 has been created
        at  18c491542bd6e4dfd580ea3913a394fbdb8acd5a (commit)

- Log -----------------------------------------------------------------
commit 18c491542bd6e4dfd580ea3913a394fbdb8acd5a
Author: Ian Walls <ian.walls at bywatersolutions.com>
Date:   Tue Jul 26 22:11:42 2011 -0400

    Bugs 6634: manager_id not recorded for payments and rental charges
    
    Manager_id, the borrowernumber of the staff person doing the action, was not recorded
    for payments, rental charges, or rental charges on renewals.  This patch implements that.
    
    This patch also adds the recording of itemnumber in a payment, by taking the itemnumber of
    the account that it's paying off.  This addresses bug 2696, though it does not make any
    change to the display logic of the Payments line in the staff client.
    
    To test:
    1.  Check out an item with an issuing charge
    2.  Renew the item
    3.  Pay one of the rental charges on the item
    4.  Verify in koha.accountlines that each of the three above operations recorded your borrowernumber
    in accountlines.manager_id
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Ian Walls <ian.walls at bywatersolutions.com>
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>

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


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list