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