Hi,
I want to change my invoice number to 14001 so it starts with the new year..
But in my BO it doesent work. I've manually changed the last invoice to 14001 but the next invoice goes back to 1413 again. Makes no sense right?
I've run the query:
SELECT MAX( `invoice_number` ) AS `invoice_number` FROM ps_orders
and as result 14001.
Any help would be more then welcome. (using prestashop 1.5.4.0)