From 0c819345346ffa6ecb0dd370c84e70cb7f604cf7 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 5 Feb 2026 15:58:38 +0530 Subject: [PATCH] customer price history modal added-fix --- .../BSBillingTables/ComboSalesBillTable/ComboSalesBillTable.jsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/ComboSalesBillTable/ComboSalesBillTable.jsx b/src/Pages/BookingScreen/Components/BSBillingTables/ComboSalesBillTable/ComboSalesBillTable.jsx index c980a85..3bc0ac4 100644 --- a/src/Pages/BookingScreen/Components/BSBillingTables/ComboSalesBillTable/ComboSalesBillTable.jsx +++ b/src/Pages/BookingScreen/Components/BSBillingTables/ComboSalesBillTable/ComboSalesBillTable.jsx @@ -253,7 +253,6 @@ const ComboSalesBillTable = () => { } const handleCustomerProductPriceHistory = (item) => { - debugger setCustomerPriceHistoryOpen(true); setCustomerProduct(item?.ProdId); }