Fix #223 Logon System Customer mobile number get in salespage

This commit is contained in:
karthikalakshmi 2026-03-04 10:42:45 +05:30
parent 57cb7e57d8
commit 5ea79f5dce
2 changed files with 2 additions and 4 deletions

View File

@ -371,8 +371,6 @@ const BSBillingTable3 = () => {
await dispatch(changeUnpaidData(false)); await dispatch(changeUnpaidData(false));
await dispatch(changeReorderHoldDetails({})); await dispatch(changeReorderHoldDetails({}));
await dispatch(changeReorderProductDetails([])); await dispatch(changeReorderProductDetails([]));
await dispatch(ChangeSelectedCustDisable(false));
await dispatch(changeSelectedOption(false));
await dispatch(changeBookingType(defaultBookingType || 'TakeAway')); await dispatch(changeBookingType(defaultBookingType || 'TakeAway'));
// await dispatch(changeholddata([])) // await dispatch(changeholddata([]))
await dispatch(changeOrderType()); await dispatch(changeOrderType());
@ -2362,7 +2360,7 @@ const BSBillingTable3 = () => {
fontSize: '16px', fontSize: '16px',
}} }}
> >
{(tableData?.length > 0 && !salesaskiosk)? ( {(tableData?.length > 0)? (
<Popconfirm <Popconfirm
title="Delete the items" title="Delete the items"
description="Are you sure you want to clear these items?" description="Are you sure you want to clear these items?"

View File

@ -893,7 +893,7 @@ const BSBillingTable3Pay = () => {
//mohan end //mohan end
useEffect(() => { useEffect(() => {
if (OrderCardDetail?.length <= 0) { if (OrderCardDetail?.length <= 0 && !salesaskiosk) {
dispatch(changeCustomerID(null)); dispatch(changeCustomerID(null));
dispatch(changeSelectedCustId(null)); dispatch(changeSelectedCustId(null));
dispatch(changeSelectedOption(null)); dispatch(changeSelectedOption(null));