|
@@ -1585,7 +1585,7 @@ const getProductList = utils.debounce(
|
|
|
const data = {
|
|
|
value: keyword.trim(),
|
|
|
name: 'Products',
|
|
|
- api_name: 'Product_name',
|
|
|
+ api_name: 'Product_Name',
|
|
|
contains: 'contains',
|
|
|
page: 1,
|
|
|
limit: 200,
|
|
@@ -1628,7 +1628,7 @@ const getSupplierLists = utils.debounce(function (string: string) {
|
|
|
const data = {
|
|
|
value: string.trim(),
|
|
|
name: 'Vendors',
|
|
|
- api_name: 'Vendor_name',
|
|
|
+ api_name: 'Vendor_Name',
|
|
|
contains: 'contains',
|
|
|
page: 1,
|
|
|
limit: 200,
|