update cart/favorite
This commit is contained in:
@@ -56,7 +56,7 @@ curl --location 'https://land.dbiz.com//api/method/frappe.client.get_list' \
|
||||
--data '{
|
||||
"doctype": "Item Group",
|
||||
"fields": ["item_group_name","name"],
|
||||
"filters": {"is_group": 0},
|
||||
"filters": {"is_group": 0, "custom_published" : 1},
|
||||
"limit_page_length": 0
|
||||
}'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user