Hi Ryan,
An A/R Invoice can be closed by Incoming Payment, Credit Memo as well as reconciliation.
You may run a simple query to find the JE related to this invoice:
SELECT * from jdt1 T0
WHERE T0.Ref1 like '[%0]%' AND TransType = '13'
Thanks,
Gordon