0
Hi,
When I change the payment status at the backend form pending to paid, invoices_invoices is not updated to paid.
Any idea what going wrong?
Tom
When I change the payment status at the backend form pending to paid, invoices_invoices is not updated to paid.
Any idea what going wrong?
Tom
Responses (1)
-
Accepted Answer
0The database table invoices_invoices holds 2 fields regarding to status: status and computed_status.
When, in the backend, you change the status of the invoice itself, this will be reflected in the "status"-field in the database.
When the status of a payment is changed (either in the backend or through a payment in the frontend), this is reflected in the "computed-status" field in the database.
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »