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