From 67b7f885195173345de792bc1283ad145b127d36 Mon Sep 17 00:00:00 2001 From: Tamilselvan Date: Wed, 4 Mar 2026 18:10:45 +0530 Subject: [PATCH] Bugmixed --- .../BSBillingTables/BSBillingTable3/BSBillingTable3pay.jsx | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable3/BSBillingTable3pay.jsx b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable3/BSBillingTable3pay.jsx index b6c5df6..b25a613 100644 --- a/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable3/BSBillingTable3pay.jsx +++ b/src/Pages/BookingScreen/Components/BSBillingTables/BSBillingTable3/BSBillingTable3pay.jsx @@ -324,7 +324,7 @@ const BSBillingTable3Pay = () => { const ProdSubCat = useSelector(GlobalProductSubCategorie); const BSLayoutData = useSelector(getTemplateData); const Combodata = useSelector(GlobalCombocarddata, shallowEqual); - + console.log(PaymentOptions, "PaymentOptions") const Custdisable = useSelector(GlobalSelectedCustDisable); const SettingDataSelector = useSelector(PreferenceData); @@ -394,7 +394,6 @@ const BSBillingTable3Pay = () => { ); console.log(OrderCardDetail, 'OrderCardDetail'); - //Total calculation const TotalItems = OrderCardDetail?.length; const [formattedDate, setFormattedDate] = useState(''); const [UpiOptionOpen, setUpiOptionOpen] = useState(false); @@ -437,6 +436,7 @@ const BSBillingTable3Pay = () => { const [PaymentgatewayUPI, setPaymentgatewayUPI] = useState([]); const [PaymentDeviceUPI, setPaymentDeviceUPI] = useState([]); const [UpiPayOption, setUpiPayOption] = useState([]); + console.log(UpiPayOption, "UpiPayOption") const [BusinessPayOption, setBusinessPayoption] = useState([]); const [CardPayOption, setCardPayOption] = useState([]); const [Splitpayment, setSplitpayment] = useState(false); @@ -483,6 +483,7 @@ const BSBillingTable3Pay = () => { const [OrderStatus, setOrderStatus] = useState(true); const GlobaluseOptions = useSelector(GlobalCommonPaymentOptions); + console.log(GlobaluseOptions, "GlobaluseOptions") const [useOptions, setuseOptions] = useState([]); const paymentloader = useSelector(GlobalPayementloader); const [UnpaidConfirmation, setUnpaidConfirmation] = useState(false); @@ -1632,6 +1633,7 @@ const BSBillingTable3Pay = () => { //dhana const getPaymentOptionFeature = async () => { + const FiltersalesPayment = GlobaluseOptions?.filter( (item) => item.FlowName?.toLowerCase() === 'sales' ); @@ -2208,6 +2210,7 @@ const BSBillingTable3Pay = () => { }; const Booking = async (value, pay) => { + const TakAwayId = ConfigDataList?.find( (a) => a?.ConfigName === 'TakeAway' )?.ConfigId;