UPDATE ps_orders SET id_currency = 4 WHERE id_order = 1802; UPDATE ps_orders SET id_currency = 5 WHERE id_order = 1794;
fter that run this query to check if there are no other orders with the same problem:
SELECT * FROM ps_orders where id_currency = 0