Summary: | Created by filter in acquisitions duplicate orders search always shows zero results | ||
---|---|---|---|
Product: | Koha | Reporter: | Brendan Lawlor <blawlor> |
Component: | Acquisitions | Assignee: | Brendan Lawlor <blawlor> |
Status: | Pushed to stable --- | QA Contact: | Katrin Fischer <katrin.fischer> |
Severity: | normal | ||
Priority: | P5 - low | CC: | david |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: |
This fixes the "Basket created by" search when duplicating existing orders in acquisitions - it now returns results, previously no results were returned.
|
Version(s) released in: |
25.05.00,24.11.04
|
Circulation function: | |||
Attachments: |
Bug 38698: Fix Acquisitions duplicate orders search
Bug 38698: Fix Acquisitions duplicate orders search |
Description
Brendan Lawlor
2024-12-13 14:57:59 UTC
Created attachment 175449 [details] [review] Bug 38698: Fix Acquisitions duplicate orders search This patch updates the field for the created by filter from ui.item.borrowernumber to ui.item.patron_id To test: 1. Add a vendor and a basket 2. Stage a file and add an order to the basket 3. Add another basket and add an order using From existing orders (copy) 4. On the Duplicate existing orders page search for Basket created by: 'koha' 5. No results appear :( 6. Apply patch and repeat steps 3 and 4 6. Confirm the search returns the basket you created earlier Created attachment 175970 [details] [review] Bug 38698: Fix Acquisitions duplicate orders search This patch updates the field for the created by filter from ui.item.borrowernumber to ui.item.patron_id To test: 1. Add a vendor and a basket 2. Stage a file and add an order to the basket 3. Add another basket and add an order using From existing orders (copy) 4. On the Duplicate existing orders page search for Basket created by: 'koha' 5. No results appear :( 6. Apply patch and repeat steps 3 and 4 6. Confirm the search returns the basket you created earlier Signed-off-by: David Nind <david@davidnind.com> Easy fix, thanks Breandan! QA by RM. Pushed for 25.05! Well done everyone, thank you! Nice work everyone! Pushed to 24.11.x for 24.11.04 |