Commit e5e4e1d0 authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: lint

parent 1e8ec058
......@@ -3,10 +3,7 @@ project = context
causality_value = portal.restrictedTraverse(causality)
support_request_in_progress = causality_value.Base_getSupportRequestInProgress(
title=title
)
if support_request_in_progress is not None:
if causality_value.Base_getSupportRequestInProgress(title=title) is not None:
return
# Create a temp Sale Order to find the trade condition
......
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