tkalfaoglu Posted February 6, 2016 Share Posted February 6, 2016 (edited) I have an invoice of several items and the customer wants me to change the company name. Unfortunately, once the invoice is created, its details seem to go into mod_invoicedata and even phpmyadmin has a hard time with the php-encoded variables found there. So I was afraid to manually edit it. Is there a way to edit an invoice already created? Update: I disabled the "store snapshot" in settings and the invoice data was updated.. Many thanks, -t Edited February 6, 2016 by tkalfaoglu 0 Quote Link to comment Share on other sites More sharing options...
huan Posted February 12, 2016 Share Posted February 12, 2016 If you need to recreate invoice with new customer data you have to delete corresponding entry in mod_invoicedata table and it will be recreated when you download the invoice again. For example to recreate invoice with id = 12345 run the following command in phpMyAdmin: delete from mod_invoicedata where invoiceid = 12345; 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.