Commit 90190703 authored by Alain Takoudjou's avatar Alain Takoudjou Committed by Rafael Monnerat

ERP5Site_isSupportRequestCreationClosed should only count for Open and Submitted tickets

parent 6c54e3d8
......@@ -55,7 +55,7 @@ limit = 5\n
\n
kw[\'limit\'] = limit\n
kw[\'portal_type\'] = \'Support Request\'\n
kw[\'simulation_state\'] = ["validated","submitted", "suspended"]\n
kw[\'simulation_state\'] = ["validated","submitted"]\n
if destination_decision:\n
kw[\'default_destination_decision_uid\'] = context.restrictedTraverse(\n
destination_decision).getUid()\n
......
36
\ No newline at end of file
37
\ No newline at end of file
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