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 SelCustId = useSelector(GlobalSelCustId);
|
||||
const selOption = useSelector(GlobalSelOption);
|
||||
console.log(selOption, 'selOptionbst2');
|
||||
console.log(selOption, 'selOptionbst234343',GetCustId);
|
||||
|
||||
const SelectedTableDetails = useSelector(GlobalSelectedTableDetails);
|
||||
const GlobalAddCustomerDetails1 = useSelector(GlobalAddCustomerDetails);
|
||||
|
|
@ -3858,7 +3858,7 @@ export default function BST1Payment() {
|
|||
)}
|
||||
|
||||
{/* Customer Orders */}
|
||||
{GetCustId && (
|
||||
{SelCustId && (
|
||||
<Tooltip title="Customer Orders" isMobile={isMobile}>
|
||||
{' '}
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in New Issue