chore: Removed Shopping Cart Module
- Moved all files and web templates from Shopping Cart to E-commerce module - Made Shopping Cart module obsolete - Moved select E-commerce related files from Portal to E-commerce module - Minor cleanups - Fixed Shopping Cart and Product Configurator tests
This commit is contained in:
@@ -32,7 +32,7 @@ def execute():
|
||||
""".format(
|
||||
doctype=doctype,
|
||||
fields=(",").join(['%s'] * len(fields))
|
||||
), tuple(fields), as_dict=1, debug=1)
|
||||
), tuple(fields), as_dict=1)
|
||||
|
||||
# {'enable_attribute_filters': '1', ...}
|
||||
mapper = {row.field: row.value for row in data}
|
||||
|
||||
Reference in New Issue
Block a user