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