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); }