order
order copied to clipboard
Reopen orders?
Hello,
How can we reopen our orders after we changed order status to example paid or delivered?
My colleague complained he can't change it back, because he made an error. I told him my suggestion to keep the orders open as drafts.
Please allow us to reopen our orders.
My colleague had the same problem, and we had to manually edit the database to replace the value of field plugin_order_orderstates_id in table glpi_plugin_order_orders from 4 to 1:
-- Modify `id` value to match your order's ID!
UPDATE `glpi`.`glpi_plugin_order_orders` SET `plugin_order_orderstates_id`='1' WHERE `id`='43';
Yes, having an option to force reopening the order would be an improvement.