SimpleInvoices Group Forum › Forums › Fearless359 SimpleInvoices Discussion Group › Update SI from an old version › Reply To: Update SI from an old version
November 7, 2023 at 11:18 am
#2013
fearless359
Keymaster
Via phpMyAdmin, access the si_invoice_items table and execute the following SQL command:
ALTER TABLE si_invoice_items MODIFY id INT(11) UNSIGNED NOT NULL;
Had to dig, but issue is that the invoice_item_id field in the si_invoice_item_tax table is configured differently than the id field in the si_invoice_items table. This command corrects the issue.
- This reply was modified 1 year, 2 months ago by fearless359.
- This reply was modified 1 year, 2 months ago by fearless359.
Recent Comments