Commit 2ef87b68 authored by Rafael Monnerat's avatar Rafael Monnerat

slapos_crm: Do not reopen suspended tickets automatically.

parent d041e861
...@@ -17,7 +17,7 @@ person = context.getDestinationSectionValue(portal_type="Person") ...@@ -17,7 +17,7 @@ person = context.getDestinationSectionValue(portal_type="Person")
if not person: if not person:
return return
if support_request.getSimulationState() != "validated": if support_request.getSimulationState() not in ["validated", "suspended"]:
support_request.validate() support_request.validate()
# Send Notification message # Send Notification message
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment