Searching for either a model # or title on /admin/store/orders/%order_id/edit always returns an empty set. Tracked down the problem to db_placeholders incorrectly adding arguments to the query. A patch is attached that solves the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| uc_order_product_search.patch | 971 bytes | jrust |
Comments
Comment #1
rszrama commentedI committed a modified version of your patch that also disambiguated the $args variable name. Thanks for the fix!