Commit 30fd1215 authored by Jérome Perrin's avatar Jérome Perrin

fix buggy allowed content types


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5303 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent afdd2d84
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
<item>Accounting Period</item> <item>Accounting Period</item>
</portal_type> </portal_type>
<portal_type id="Accounting Rule Cell"> <portal_type id="Accounting Rule Cell">
<item>Sale Invoice Transaction Line</item>
<item>Accounting Transaction Line</item> <item>Accounting Transaction Line</item>
</portal_type> </portal_type>
<portal_type id="Accounting Transaction"> <portal_type id="Accounting Transaction">
...@@ -46,14 +45,8 @@ ...@@ -46,14 +45,8 @@
<portal_type id="Purchase Invoice Transaction"> <portal_type id="Purchase Invoice Transaction">
<item>Purchase Invoice Transaction Line</item> <item>Purchase Invoice Transaction Line</item>
</portal_type> </portal_type>
<portal_type id="Purchase Invoice Transaction Line">
<item>Purchase Invoice Transaction Line</item>
</portal_type>
<portal_type id="Sale Invoice Transaction"> <portal_type id="Sale Invoice Transaction">
<item>Sale Invoice Transaction Line</item> <item>Sale Invoice Transaction Line</item>
<item>Invoice Line</item> <item>Invoice Line</item>
</portal_type> </portal_type>
<portal_type id="Sale Invoice Transaction Line">
<item>Sale Invoice Transaction Line</item>
</portal_type>
</allowed_content_type_list> </allowed_content_type_list>
\ 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