[koha-commits] main Koha release repository branch master updated. v16.11.00-1092-gcf3212c

Git repo owner gitmaster at git.koha-community.org
Fri May 19 15:24:19 CEST 2017


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  cf3212cc7f443e539c9bdbfcc25d2537c83bd5b8 (commit)
      from  2855107383db654e92e219d7d2d88fa88a73d36e (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 cf3212cc7f443e539c9bdbfcc25d2537c83bd5b8
Author: Kyle M Hall <kyle at bywatersolutions.com>
Date:   Thu May 18 08:41:34 2017 -0700

    Bug 18627 - Items created via MarcItemFieldsToOrder are not linked to orders
    
    If using MarcItemFieldsToOrder with AcqCreateItem = Create,
    the order and the items will be created, but they will not be linked via aqorders_items!
    
    Test Plan:
    1) Enable creation of items when ordering
    2) Set up MarcItemFieldsToOrder
    3) Upload an order record that uses the fields in step 2
    4) Create a basket and add the records from the file
    5) Note the order and items are created, but no rows in aqorders_items are created
    6) Apply this patch
    7) Repeat steps 3-4
    8) Note the rows in aqorders_items are created!
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>
    Signed-off-by: Marci Chen <mchen at mckinneytexas.org>
    
    Signed-off-by: Marcel de Rooy <m.de.rooy at rijksmuseum.nl>
    
    Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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

Summary of changes:
 acqui/addorderiso2709.pl |    4 ++++
 1 file changed, 4 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list