Please Note that Invoice has got no distributions and does not require any Accounting.
You can use following script to update the canceled_date. If Invoice has got no distributions and does not require any Accounting.
update ap_invoices_all
set cancelled_date = ''
where invoice_id = <invoice id >;
---------------------------------------
update ap_invoices_all
set cancelled_date = ''
where invoice_id = <invoice id >;
No comments:
Post a Comment