Merge pull request 'customer price history modal added-fix' (#83) from temp/customer-price-history into main
Reviewed-on: Pozomind/pozo-retail-app#83
This commit is contained in:
commit
a630ef0646
|
|
@ -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