Hi,
On the icash overview panel, I can see some amounts that are "Pending" whereas I can't find the corresponding transactions.
I've executed the sql statements as follow without any effects :
delete from tblTransactions where Transaction_Deleted = 1
and
delete from tblTransactions where Transaction_Checked = 0
How can I fix the issue?
thank you.
On the icash overview panel, I can see some amounts that are "Pending" whereas I can't find the corresponding transactions.
I've executed the sql statements as follow without any effects :
delete from tblTransactions where Transaction_Deleted = 1
and
delete from tblTransactions where Transaction_Checked = 0
How can I fix the issue?
thank you.