[koha-commits] main Koha release repository branch master updated. v3.14.00-777-g1b0c023

Git repo owner gitmaster at git.koha-community.org
Fri Apr 18 23:36:12 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, master has been updated
       via  1b0c02376e772a6ad9d45e01bcbac106ee534c92 (commit)
      from  9ccc602b7d5c41f27b09ff3aee437556eed680b1 (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 1b0c02376e772a6ad9d45e01bcbac106ee534c92
Author: Jacek Ablewicz <abl at biblos.pk.edu.pl>
Date:   Mon Mar 10 10:53:52 2014 +0100

    Bug 11914: fix two issues when creating an order from a suggestion
    
    When order is being created from purchase suggestion:
    - Budget/fund stored in suggestion record (if any) is not retained
    on order page, system always defaults to 'Select a fund' even if some
    fund was already chosen for a suggestion on the earlier stage.
    - If there was a price given to, and stored within suggestion record,
    initial prices calculations on order page are not working properly
    ('Replacement cost', 'Budgeted cost' and 'Total' show as 0.00 or blank).
    As a workaround - to force correct price recalculation - user needs
    to manually alter and then re-alter some price-related fields (e.g.,
    quantity or vendor price).
    
    This patch fixes both issues.
    
    Test plan:
    1) create a suggestion: choose some buget, enter something in 'Price'
    and 'Quantity' fields,
    2) try to make an order from this suggestion, to confirm/replicate
    aforementioned problems,
    3) apply patch,
    4) make an order from previously created suggestion again, observe
    that both issues are now resolved.
    
    Signed-off-by: Chris Cormack <chrisc at catalyst.net.nz>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Works as described, passes all tests and QA script.
    
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 acqui/neworderempty.pl                                         |    1 +
 koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt |    1 +
 2 files changed, 2 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list