Commit a9434a3d authored by Łukasz Nowak's avatar Łukasz Nowak

Registration payment is being processed only if nothing is paid yet.

parent 02cacf23
...@@ -314,7 +314,7 @@ Registration Payment is begin processed. It will take some time. ...@@ -314,7 +314,7 @@ Registration Payment is begin processed. It will take some time.
<key> <string>_text</string> </key> <key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[ <value> <string encoding="cdata"><![CDATA[
python: here.ERP5Site_getAuthenticatedMemberPersonValue() is not None and here.ERP5Site_getAuthenticatedMemberPersonValue().Person_countPayment([\'confirmed\']) > 0 python: here.ERP5Site_getAuthenticatedMemberPersonValue() is not None and here.ERP5Site_getAuthenticatedMemberPersonValue().Person_countPayment([\'confirmed\']) > 0 and here.ERP5Site_getAuthenticatedMemberPersonValue().Person_countPayment([\'stopped\']) == 0
]]></string> </value> ]]></string> </value>
</item> </item>
......
410 411
\ No newline at end of file \ 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