[koha-commits] main Koha release repository branch master updated. v3.16.00-26-g27f1df0

Git repo owner gitmaster at git.koha-community.org
Sun May 25 16:49:27 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  27f1df06700d19d006218812c168fc9079e3706d (commit)
      from  96b60b5140584771554c62d2d9fbb833005a02ee (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 27f1df06700d19d006218812c168fc9079e3706d
Author: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
Date:   Thu Apr 3 14:15:11 2014 +0200

    Bug 9088: if there is only one active order, pre-select it when creating new orderings
    
    This patch makes the following changes to the template:
    
    [1] If you add an order line, and you have one active fund (and zero or
        more inactive funds), the only active fund is preselected.
    [2] If you modify an order line while its fund is inactive, it now shows
        the label (inactive) behind the fund name. (Note that other inactive funds
        may come up when clicking 'Show all' as they did before.)
    [3] Corrected some indentation in this template part.
    
    Test plan:
    
    [1] Add an order line while having one active fund. Is it selected?
    [2] Add an order line while having two or more active funds. No fund
        should be preselected.
    [3] Modify an order line with an active fund. Is it still selected?
    [4] Modify an order line with an inactive fund F2 (while having one active
        fund F1; note that this test explicitly wants F1 to be before F2).
        Check if F2 is selected and is labeled inactive.
    [5] (Bonus points:) Modify an order line that refers to a deleted fund.
        If you edit this order, the fund combo should say: Select a fund.
        (Note: if you delete a fund, the budget_id in aqorders remains.)
    
    Signed-off-by: Paola Rossi <paola.rossi at cineca.it>
    I test against master 3.15.00.051
    I test against all the three options of the AcqCreateItem:
    placing an order
    receiving an order
    cataloging the record
    All is OK.
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Galen Charlton <gmc at esilibrary.com>

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

Summary of changes:
 .../prog/en/modules/acqui/neworderempty.tt         |   20 +++++++++++++++-----
 1 file changed, 15 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list