[koha-commits] main Koha release repository branch master updated. v16.05.00-859-g1d546c5

Git repo owner gitmaster at git.koha-community.org
Tue Sep 13 20:20:24 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  1d546c57b1be3677263639ff330061fce33dde34 (commit)
       via  bdcbada8b892c3e322c1a9378d9343b4eb9f2089 (commit)
      from  75c61b94f34d406aaa8ac862024ccfd3d9030cc8 (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 1d546c57b1be3677263639ff330061fce33dde34
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Mon Jun 6 10:11:36 2016 -0400

    Bug 14752 - (QA followup) Remove annoying modal, use dialog box instead
    
    - Uses a dialog box to warn of unique fields not copying, dialog was in
    place for barcode generation so removed the extar modal completey
    - Fixes a problem when barcode was undefined and autobarcode on
    - deleted an extra space in Barcodes/hbymmincr.pm
    
    Signed-off-by: sonia BOUIS <sonia.bouis at univ-lyon3.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

commit bdcbada8b892c3e322c1a9378d9343b4eb9f2089
Author: Nick Clemens <nick at bywatersolutions.com>
Date:   Thu Dec 24 14:53:16 2015 +0000

    Bug 14752 - Add multiple copies to a basket at once
    
    This patch add an 'Add multiple copies' button on the new order page in
    acquisitions.  While processing the multiple copies a modal is
    displayed.
    
    To test:
    1 - Add an order to an acquisitions basket
    2 - Choose to add multiple items
    3 - A modal shouold warn about ignoring UniqueItemFields from syspref
    4 - When submitting the modal should popup until all items are processed.
    5 - The modal should disappear after items are added.
    6 - Items should be cloned, minus unique fields
    7 - Enable autoBarcode for various formats, ensure you are warned that
    barcodes will be generated, and ensure they are generated correctly
    
    Sponsored by: Middletown Township Public Library (http://www.mtpl.org)
    
    Signed-off-by: sonia BOUIS <sonia.bouis at univ-lyon3.fr>
    
    Signed-off-by: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 C4/Barcodes/hbyymmincr.pm                          |    2 +-
 acqui/addorder.pl                                  |   18 +++++-
 .../intranet-tmpl/prog/en/includes/additem.js.inc  |    4 ++
 .../prog/en/modules/acqui/neworderempty.tt         |   17 ++++++
 koha-tmpl/intranet-tmpl/prog/js/additem.js         |   61 ++++++++++++++++++--
 5 files changed, 96 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list