brotherton-erpnext/erpnext/e_commerce
Marica 2832731601
fix: Use frappe.as_unicode to decode output of redis module list (#31282)
- As of redis 7, a list is added to the result of fetching the module list
- This list cannot be "decoded",so use `frappe.as_unicode` that handles bytes as well as other types
2022-06-08 15:52:13 +05:30
..
doctype refactor!: drop naming series tool (#31183) 2022-05-31 15:35:40 +05:30
product_data_engine test: Field filter validation and Custom field as field filter 2022-04-20 18:50:47 +05:30
product_ui fix: Product Filters Lookup 2022-03-21 17:58:39 +05:30
shopping_cart chore: disable flaky test 2022-05-16 15:50:04 +05:30
variant_selector style: format code with black 2022-03-28 18:52:46 +05:30
web_template fix: Convert Item links to Website Item links in Item Card Group template data 2022-02-01 11:02:48 +05:30
__init__.py feat: E-commerce Refactor 2021-10-12 15:16:21 +05:30
api.py fix(minor): update frappe.error_log to new API (#30864) 2022-05-02 15:04:26 +05:30
legacy_search.py style: format code with black 2022-03-28 18:52:46 +05:30
redisearch_utils.py fix: Use frappe.as_unicode to decode output of redis module list (#31282) 2022-06-08 15:52:13 +05:30