customer price history modal added-fix
This commit is contained in:
parent
1ef3aa23b4
commit
0c81934534
|
|
@ -253,7 +253,6 @@ const ComboSalesBillTable = () => {
|
||||||
}
|
}
|
||||||
|
|
||||||
const handleCustomerProductPriceHistory = (item) => {
|
const handleCustomerProductPriceHistory = (item) => {
|
||||||
debugger
|
|
||||||
setCustomerPriceHistoryOpen(true);
|
setCustomerPriceHistoryOpen(true);
|
||||||
setCustomerProduct(item?.ProdId);
|
setCustomerProduct(item?.ProdId);
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue