Commit 3fe628cd authored by Fabien Morin's avatar Fabien Morin

Add a new portal_type in getAllowedFormTypeList

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@24676 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 52cf9034
......@@ -55,7 +55,7 @@
<key> <string>_body</string> </key>
<value> <string>if context.portal_membership.isAnonymousUser():\n
return (\'Subscription Form\',)\n
return (\'Declaration TVA\', \'Subscription Form\') #\'Mandate Form\' is not implemented yet\n
return (\'Declaration TVA\', \'Declaration TVA Empty\' \'Subscription Form\') #\'Mandate Form\' is not implemented yet\n
</string> </value>
</item>
<item>
......
456
\ No newline at end of file
457
\ 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