Summary: | Items created via MarcItemFieldsToOrder are not linked to orders | ||
---|---|---|---|
Product: | Koha | Reporter: | Kyle M Hall (khall) <kyle> |
Component: | Acquisitions | Assignee: | Kyle M Hall (khall) <kyle> |
Status: | CLOSED FIXED | QA Contact: | Marcel de Rooy <m.de.rooy> |
Severity: | blocker | ||
Priority: | P5 - low | CC: | m.de.rooy, nick |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Small patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: | ||
Circulation function: | |||
Bug Depends on: | 15503 | ||
Bug Blocks: | |||
Attachments: |
Bug 18627 - Items created via MarcItemFieldsToOrder are not linked to orders
Bug 18627 - Items created via MarcItemFieldsToOrder are not linked to orders Bug 18627 - Items created via MarcItemFieldsToOrder are not linked to orders |
Description
Kyle M Hall (khall)
2017-05-18 15:47:23 UTC
Created attachment 63534 [details] [review] 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! Created attachment 63542 [details] [review] 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> QA: Looking here now Created attachment 63561 [details] [review] 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> Pushed to master for 17.05! |