Merge pull request 'Fix #223 Logon System Customer mobile number get in salespage' (#226) from March-3-deployment into main
Reviewed-on: Pozomind/pozo-retail-app#226
This commit is contained in:
commit
127b64e749
|
|
@ -371,8 +371,6 @@ const BSBillingTable3 = () => {
|
|||
await dispatch(changeUnpaidData(false));
|
||||
await dispatch(changeReorderHoldDetails({}));
|
||||
await dispatch(changeReorderProductDetails([]));
|
||||
await dispatch(ChangeSelectedCustDisable(false));
|
||||
await dispatch(changeSelectedOption(false));
|
||||
await dispatch(changeBookingType(defaultBookingType || 'TakeAway'));
|
||||
// await dispatch(changeholddata([]))
|
||||
await dispatch(changeOrderType());
|
||||
|
|
@ -2362,7 +2360,7 @@ const BSBillingTable3 = () => {
|
|||
fontSize: '16px',
|
||||
}}
|
||||
>
|
||||
{(tableData?.length > 0 && !salesaskiosk)? (
|
||||
{(tableData?.length > 0)? (
|
||||
<Popconfirm
|
||||
title="Delete the items"
|
||||
description="Are you sure you want to clear these items?"
|
||||
|
|
|
|||
|
|
@ -893,7 +893,7 @@ const BSBillingTable3Pay = () => {
|
|||
//mohan end
|
||||
|
||||
useEffect(() => {
|
||||
if (OrderCardDetail?.length <= 0) {
|
||||
if (OrderCardDetail?.length <= 0 && !salesaskiosk) {
|
||||
dispatch(changeCustomerID(null));
|
||||
dispatch(changeSelectedCustId(null));
|
||||
dispatch(changeSelectedOption(null));
|
||||
|
|
|
|||
Loading…
Reference in New Issue