[koha-commits] main Koha release repository branch master updated. v16.05.00-1271-g917bdb5

Git repo owner gitmaster at git.koha-community.org
Fri Oct 28 17:26:56 CEST 2016


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  917bdb5dce7a8f4856858f772bfaa5bdf8303fe9 (commit)
       via  bb3623815022bb841ed96127ad27e6942b079f3d (commit)
       via  73d9557b13bcd7354436db6980fb23b6c9a124dc (commit)
      from  e54186a4ddc1e4980fdabf9db5bf410c84dbcad4 (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 917bdb5dce7a8f4856858f772bfaa5bdf8303fe9
Author: Katrin Fischer <katrin.fischer.83 at web.de>
Date:   Thu Oct 27 01:19:06 2016 +0200

    Bug 16123: Remove bold formatting from first level fund
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit bb3623815022bb841ed96127ad27e6942b079f3d
Author: Bouzid Fergani <bouzid.fergani at inlibro.com>
Date:   Wed Oct 12 15:52:25 2016 -0400

    Bug 16123 - Add unit tests
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit 73d9557b13bcd7354436db6980fb23b6c9a124dc
Author: Blou <philippe.blouin at inlibro.com>
Date:   Thu Aug 20 11:52:03 2015 -0400

    Bug 16123 - Display budget hierarchy in the budget dropdown menu used when placing a new order
    
    When placing a new order, the budget dropdown will display the budget hierarchy.
    
    TEST PLAN :
    
    1. Go to the Administration module
    2. Add a new budget (ie : Budget 2016)
    3. Add a fund to this budget (ie : Book)
    4. Add a child fund (ie : Adult fiction)
    
    You will have this hierarchy :
    
    Budget 2016
     |____ Book
             |_____ Adult fiction
    
    5. Go to the Acquisition module
    6. Select a vendor and create a new basket
    7. Place an order
    8. Check the budget dropdown menu
    
    BEFORE PATCH
    Book
    Adult fiction
    
    AFTER PATCH
    Book
       Adult fiction
    
    Dropbown menu is hierarchical as expected.
    Signed-off-by: Marc Véron <veron at veron.ch>
    
    Signed-off-by: Nicolas Legrand <nicolas.legrand at bulac.fr>
    
    Signed-off-by: Katrin Fischer  <katrin.fischer at bsz-bw.de>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Budgets.pm                                              |    5 +++--
 acqui/neworderempty.pl                                     |    4 +---
 .../intranet-tmpl/prog/en/modules/acqui/neworderempty.tt   |   12 +++++++++---
 t/db_dependent/Budgets.t                                   |    8 ++++++--
 4 files changed, 19 insertions(+), 10 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list