customer price history modal added-fix

This commit is contained in:
unknown 2026-02-05 15:58:38 +05:30
parent 1ef3aa23b4
commit 0c81934534
1 changed files with 0 additions and 1 deletions

View File

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