order icon indicating copy to clipboard operation
order copied to clipboard

Reopen orders?

Open abeulink opened this issue 7 years ago • 1 comments

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.

abeulink avatar May 29 '18 12:05 abeulink

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.

mathieumd avatar Oct 05 '18 09:10 mathieumd