|
@@ -1312,7 +1312,7 @@ const createPurchaseOrders = function () {
|
|
|
net_total: Number(item.amount) - Number(item.discount),
|
|
|
description: item.desc,
|
|
|
requirement: item.requirement,
|
|
|
- // line_tax: [],
|
|
|
+ line_tax: [],
|
|
|
// book: '',
|
|
|
// id: item.id,
|
|
|
product: {
|
|
@@ -1611,7 +1611,7 @@ const getProductList = utils.debounce(
|
|
|
api_name: 'Product_Name',
|
|
|
contains: 'contains',
|
|
|
page: 1,
|
|
|
- limit: 200,
|
|
|
+ limit: 20,
|
|
|
}
|
|
|
getSearchData(data)
|
|
|
.then((response) => {
|