Commit 5205efd9 authored by Fabien Morin's avatar Fabien Morin

Use Assignment portal_type instead of Person

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21481 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent eb34210c
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<value>1</value> <value>1</value>
</item> </item>
<item key="_filter_expression_archive" type="str"> <item key="_filter_expression_archive" type="str">
<value>python: here.getPortalType() in ('M0','M0 Bis','M2','M2 Bis','M4','P0','P2','P4','S1','S5','Subscription Form','Declaration TVA','Mandate Form', 'Organisation', 'Person')</value> <value>python: here.getPortalType() in ('M0','M0 Bis','M2','M2 Bis','M4','P0','P2','P4','S1','S5','Subscription Form','Declaration TVA','Mandate Form', 'Organisation', 'Assignment')</value>
</item> </item>
<item key="_filter_type_archive" type="tuple"> <item key="_filter_type_archive" type="tuple">
</item> </item>
......
...@@ -147,7 +147,7 @@ getVatCode\r\n ...@@ -147,7 +147,7 @@ getVatCode\r\n
\'Subscription Form\', \n \'Subscription Form\', \n
\'Declaration TVA\',\n \'Declaration TVA\',\n
\'Mandate Form\', \n \'Mandate Form\', \n
\'Person\',\n \'Assignment\',\n
\'Organisation\')">\n \'Organisation\')">\n
<dtml-call expr="egov_list.append(loop_item)">\n <dtml-call expr="egov_list.append(loop_item)">\n
</dtml-if>\n </dtml-if>\n
...@@ -221,7 +221,7 @@ VALUES\n ...@@ -221,7 +221,7 @@ VALUES\n
\'Subscription Form\', \n \'Subscription Form\', \n
\'Declaration TVA\',\n \'Declaration TVA\',\n
\'Mandate Form\', \n \'Mandate Form\', \n
\'Person\',\n \'Assignment\',\n
\'Organisation\')">\n \'Organisation\')">\n
<dtml-call expr="egov_list.append(loop_item)">\n <dtml-call expr="egov_list.append(loop_item)">\n
</dtml-if>\n </dtml-if>\n
......
1 2
\ 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