https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=37343
Tomás Cohen Arazi <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #169148|0 |1 is obsolete| | --- Comment #5 from Tomás Cohen Arazi <[email protected]> --- 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 <[email protected]> Signed-off-by: Tomas Cohen Arazi <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
