GetCustId change to SelCustId
This commit is contained in:
parent
7a0b91ec1d
commit
e5ea519fce
|
|
@ -3788,7 +3788,7 @@ const BSBillingTable3Pay = () => {
|
|||
</div>
|
||||
)}
|
||||
{/* Customer Orders */}
|
||||
{GetCustId && (
|
||||
{SelCustId && (
|
||||
<Tooltip title="Customer Orders" isMobile={isMobile}>
|
||||
{' '}
|
||||
<div
|
||||
|
|
|
|||
Loading…
Reference in New Issue