https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37343 Tomás Cohen Arazi <tomascohen@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #169148|0 |1 is obsolete| | --- Comment #5 from Tomás Cohen Arazi <tomascohen@gmail.com> --- Created attachment 169156 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=169156&action=edit 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> -- You are receiving this mail because: You are watching all bug changes.