GetCustId change to SelCustId
This commit is contained in:
parent
6c23498eea
commit
db197001ff
|
|
@ -260,7 +260,7 @@ export default function BST1Payment() {
|
||||||
const RetailWSSalesType = useSelector(GlobalRetailWSSalesType);
|
const RetailWSSalesType = useSelector(GlobalRetailWSSalesType);
|
||||||
const SelCustId = useSelector(GlobalSelCustId);
|
const SelCustId = useSelector(GlobalSelCustId);
|
||||||
const selOption = useSelector(GlobalSelOption);
|
const selOption = useSelector(GlobalSelOption);
|
||||||
console.log(selOption, 'selOptionbst2');
|
console.log(selOption, 'selOptionbst234343',GetCustId);
|
||||||
|
|
||||||
const SelectedTableDetails = useSelector(GlobalSelectedTableDetails);
|
const SelectedTableDetails = useSelector(GlobalSelectedTableDetails);
|
||||||
const GlobalAddCustomerDetails1 = useSelector(GlobalAddCustomerDetails);
|
const GlobalAddCustomerDetails1 = useSelector(GlobalAddCustomerDetails);
|
||||||
|
|
@ -3858,7 +3858,7 @@ export default function BST1Payment() {
|
||||||
)}
|
)}
|
||||||
|
|
||||||
{/* Customer Orders */}
|
{/* Customer Orders */}
|
||||||
{GetCustId && (
|
{SelCustId && (
|
||||||
<Tooltip title="Customer Orders" isMobile={isMobile}>
|
<Tooltip title="Customer Orders" isMobile={isMobile}>
|
||||||
{' '}
|
{' '}
|
||||||
<div
|
<div
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue