]> git.koha-community.org Git - koha.git/commit
Bug 37343: Fixed search for vendors when transferring an item in acquistions
authorEric Garcia <cubingguy714@gmail.com>
Tue, 16 Jul 2024 17:00:43 +0000 (17:00 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Wed, 28 Aug 2024 19:43:10 +0000 (19:43 +0000)
commitd46f5ceaae88a858f766d62929c9a49d4c2a3133
tree249d4a9eac9d582130fc4a92a1d72d8777cb3317
parentb7ec2d2131fe9736fd83615b1c37b85b25e10942
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>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
(cherry picked from commit 54575f3c30f6eab9adf2078ffcb92cee05a987dc)
Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
acqui/transferorder.pl