Summary: | Cannot search for vendors when transferring an item in acquisitions | ||
---|---|---|---|
Product: | Koha | Reporter: | Lucas Gass (lukeg) <lucas> |
Component: | Acquisitions | Assignee: | Eric Garcia <cubingguy714> |
Status: | Needs documenting --- | QA Contact: | Tomás Cohen Arazi (tcohen) <tomascohen> |
Severity: | normal | ||
Priority: | P5 - low | CC: | cubingguy714, fridolin.somers, kebliss, martin.renvoize, tomascohen |
Version: | Main | ||
Hardware: | All | ||
OS: | All | ||
Change sponsored?: | --- | Patch complexity: | Trivial patch |
Documentation contact: | Documentation submission: | ||
Text to go in the release notes: | Version(s) released in: |
24.11.00,24.05.02
|
|
Circulation function: | |||
Attachments: |
Bug 37343: Fixed search for vendors when transferring an item in acquistions
Bug 37343: Fixed search for vendors when transferring an item in acquistions Bug 37343: Fixed search for vendors when transferring an item in acquistions Bug 37343: Fixed search for vendors when transferring an item in acquistions |
Description
Lucas Gass (lukeg)
2024-07-12 13:15:49 UTC
Created attachment 169052 [details] [review] Bug 37343: Fixed search for vendors when transferring an item in acquistions To test: 1. Have several vendors in acquistions 2. Add a basket and click "+Add to basket" 3. I used an mrc file to add an order from a new file 4. Stage for import -> add staged files to basket 5. Select the items and choose an item type 6. In the Orders table click 'Transfer' under the 'Modify' column 7. Try searching for vendors, nothing happens. 8. Apply patch restart_all 9. Click 'Transfer' again and try searching for vendors. 10. Notice vendors appear NOTE: Vendor search is a GET operation not POST. Use 'do_search' instead of 'cud-do_search'. Created attachment 169147 [details] [review] Bug 37343: Fixed search for vendors when transferring an item in acquistions To test: 1. Have several vendors in acquistions 2. Add a basket and click "+Add to basket" 3. I used an mrc file to add an order from a new file 4. Stage for import -> add staged files to basket 5. Select the items and choose an item type 6. In the Orders table click 'Transfer' under the 'Modify' column 7. Try searching for vendors, nothing happens. 8. Apply patch restart_all 9. Click 'Transfer' again and try searching for vendors. 10. Notice vendors appear NOTE: Vendor search is a GET operation not POST. Use 'do_search' instead of 'cud-do_search'. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Created attachment 169148 [details] [review] Bug 37343: Fixed search for vendors when transferring an item in acquistions To test: 1. Have several vendors in acquistions 2. Add a basket and click "+Add to basket" 3. I used an mrc file to add an order from a new file 4. Stage for import -> add staged files to basket 5. Select the items and choose an item type 6. In the Orders table click 'Transfer' under the 'Modify' column 7. Try searching for vendors, nothing happens. 8. Apply patch restart_all 9. Click 'Transfer' again and try searching for vendors. 10. Notice vendors appear NOTE: Vendor search is a GET operation not POST. Use 'do_search' instead of 'cud-do_search'. Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> We overlapped. Fixing. Created attachment 169156 [details] [review] Bug 37343: Fixed search for vendors when transferring an item in acquistions To test: 1. Have several vendors in acquistions 2. Add a basket and click "+Add to basket" 3. I used an mrc file to add an order from a new file 4. Stage for import -> add staged files to basket 5. Select the items and choose an item type 6. In the Orders table click 'Transfer' under the 'Modify' column 7. Try searching for vendors, nothing happens. 8. Apply patch restart_all 9. Click 'Transfer' again and try searching for vendors. 10. Notice vendors appear NOTE: Vendor search is a GET operation not POST. Use 'do_search' instead of 'cud-do_search'. Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> Thanks for all the hard work! Pushed to main for the next 24.11.00 release as RM Assistant Backported to 24.05.x for upcoming 24.05.04 "cud-" not in 23.11.x |