Bug 18627 - Items created via MarcItemFieldsToOrder are not linked to orders
authorKyle M Hall <kyle@bywatersolutions.com>
Thu, 18 May 2017 15:41:34 +0000 (08:41 -0700)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 19 May 2017 13:22:57 +0000 (09:22 -0400)
commitcf3212cc7f443e539c9bdbfcc25d2537c83bd5b8
tree2b50acf5a4c58d5a9ecad461bcf98c0fb46e156c
parent2855107383db654e92e219d7d2d88fa88a73d36e
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@bywatersolutions.com>
Signed-off-by: Marci Chen <mchen@mckinneytexas.org>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
acqui/addorderiso2709.pl