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