[koha-commits] main Koha release repository branch 3.14.x updated. v3.14.06-140-g098ffcd

Git repo owner gitmaster at git.koha-community.org
Tue May 27 17:34:04 CEST 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, 3.14.x has been updated
       via  098ffcdd9ad10307ab63ea49b05c474263561992 (commit)
      from  fbe55ec2abd474e21c0001cdc22b893fc2bbe771 (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 098ffcdd9ad10307ab63ea49b05c474263561992
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Feb 4 12:15:42 2014 +0100

    Bug 11675: check allocated total correctly when editing a fund that has a parent fund
    
    The sth was created before the query.
    The query was modified after the sth creation and an error was raised.
    
    Test plan:
    0/ Don't apply the patch
    1/ Create a budget A (amount=1000)
    2/ Create a fund A1 (amount=1000)
    3/ Create a child fund A11 (amount=1000)
    4/ Edit A11 and change the amount to 2000
    You are able to do it, an error appears in the Koha log:
      "check_parent_total.pl: DBD::mysql::st execute failed: called with 2 bind
      variables when 1 are needed"
    5/ Apply the patch, edit A11 and save. You get an error
    6/ Edit A11 and change the amount to <=1000
    7/ Verify that there is no regression on adding/removing/editing budgets
    and funds.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Passes all tests and QA script.
    Works as described, no regressions found.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>
    (cherry picked from commit 331ca7df3ec351a83982496bed7f103050e89af5)
    Signed-off-by: Fridolin Somers <fridolin.somers at biblibre.com>

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

Summary of changes:
 admin/check_parent_total.pl |   11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list