update cart/favorite
This commit is contained in:
@@ -278,7 +278,7 @@ class ProductsRemoteDataSource {
|
||||
data: {
|
||||
'doctype': 'Item Group',
|
||||
'fields': ['item_group_name', 'name'],
|
||||
'filters': {'is_group': 0},
|
||||
'filters': {'is_group': 0, 'custom_published': 1},
|
||||
'limit_page_length': 0,
|
||||
},
|
||||
options: Options(headers: headers),
|
||||
|
||||
Reference in New Issue
Block a user