Summary: | Created by filter in acquisitions advanced orders search always shows zero results | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucy Vaux-Harvey <lucy.vaux-harvey> |
Component: | Acquisitions | Assignee: | Brendan Lawlor <blawlor> |
Status: | RESOLVED FIXED | QA Contact: | Chris Cormack <chris> |
Severity: | minor | ||
Priority: | P5 - low | CC: | blawlor, fridolin.somers, jesse, lucas, martin.renvoize, michaela.sieber, rasa.satinskiene |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | --- |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.11.00,24.05.06,23.11.11
|
|
Circulation function: | |||
Attachments: |
Bug 37304: Fix created by filter in Acquisitions advanced search
Bug 37304: Fix created by filter in Acquisitions advanced search Bug 37304: Fix created by filter in Acquisitions advanced search |
Description
Lucy Vaux-Harvey
2024-07-10 11:00:28 UTC
Created attachment 169383 [details] [review] Bug 37304: Fix created by filter in Acquisitions advanced search This patch updates the field for the created by filter from ui.item.borrowernumber to ui.item.patron_id Test plan: 1. Add a vendor and a basket 2. Use advanced order search to search for created by 'koha' 3. Use the autofill dropdown to make the selection and click 'Search' 4. Your search returned no results. 5. Apply patch and repeat steps 2 and 3 6. Confirm the search returns the basket you created earlier Created attachment 169427 [details] [review] Bug 37304: Fix created by filter in Acquisitions advanced search This patch updates the field for the created by filter from ui.item.borrowernumber to ui.item.patron_id Test plan: 1. Add a vendor and a basket 2. Use advanced order search to search for created by 'koha' 3. Use the autofill dropdown to make the selection and click 'Search' 4. Your search returned no results. 5. Apply patch and repeat steps 2 and 3 6. Confirm the search returns the basket you created earlier Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Created attachment 172938 [details] [review] Bug 37304: Fix created by filter in Acquisitions advanced search This patch updates the field for the created by filter from ui.item.borrowernumber to ui.item.patron_id Test plan: 1. Add a vendor and a basket 2. Use advanced order search to search for created by 'koha' 3. Use the autofill dropdown to make the selection and click 'Search' 4. Your search returned no results. 5. Apply patch and repeat steps 2 and 3 6. Confirm the search returns the basket you created earlier Signed-off-by: Roman Dolny <roman.dolny@jezuici.pl> Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Pushed for 24.11! Well done everyone, thank you! Backported to 24.05.x for upcoming 24.05.06 Looks like it dates from Bug 30578 And we also need to fix : koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt Pushed to 23.11.x for 23.11.11 (In reply to Fridolin Somers from comment #6) > Looks like it dates from Bug 30578 > > And we also need to fix : > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/duplicate_orders.tt Thanks Frido! I created a bug 38698 for the Acquisitions duplicate order search Not pushed to LTS. Marked Resolved. If you feel this should be in LTS please reply with your reason. |