Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reopen orders? #163

Open
abeulink opened this issue May 29, 2018 · 1 comment
Open

Reopen orders? #163

abeulink opened this issue May 29, 2018 · 1 comment

Comments

@abeulink
Copy link

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.

@mathieumd
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants