[koha-commits] main Koha release repository branch 3.4.x updated. v3.04.03-83-gf1894da

Git repo owner gitmaster at git.koha-community.org
Mon Aug 15 15:05:55 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, 3.4.x has been updated
       via  f1894dada948a7ccfedcfea112e064286ce01d77 (commit)
       via  d3adb09b8045ff112c065906cfecc91ad27248af (commit)
      from  bba89e3279744e0446bd4a933e1a0417f2347128 (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 f1894dada948a7ccfedcfea112e064286ce01d77
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>
    (cherry picked from commit 18c491542bd6e4dfd580ea3913a394fbdb8acd5a)
    
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

commit d3adb09b8045ff112c065906cfecc91ad27248af
Author: Frédérick Capovilla <frederick.capovilla at sys-tech.net>
Date:   Sun Aug 14 21:42:52 2011 +0200

    Bug 6690: If multiple issues are received in serials-edit.pl, changing the status of any issue changes the date of the first issue.
    
    If multiple issues are in the list, changing the status of any issue in
    the table would always change the "Expected on" date of the first issue.
    Modified the javascript so the date is modified on the correct row.
    
    Reimplementation of Patch for 3.4.x
    Patch for 3.2.x from Frédérick Capovilla
    
    Signed-off-by: Nicole C. Engard <nengard at bywatersolutions.com>
    Signed-off-by: Chris Nighswonger <chris.nighswonger at gmail.com>

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

Summary of changes:
 C4/Accounts.pm                                     |   18 +++++-----------
 C4/Circulation.pm                                  |   21 ++++++++++---------
 .../prog/en/modules/serials/serials-edit.tt        |    9 +++----
 3 files changed, 21 insertions(+), 27 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list