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:
karthikalakshmi 2026-02-05 15:59:48 +05:30
commit a630ef0646
1 changed files with 0 additions and 1 deletions

View File

@ -253,7 +253,6 @@ const ComboSalesBillTable = () => {
}
const handleCustomerProductPriceHistory = (item) => {
debugger
setCustomerPriceHistoryOpen(true);
setCustomerProduct(item?.ProdId);
}