From 30fd12153deaed2a73ba1578a10c1b8d13f5d328 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Wed, 25 Jan 2006 13:08:40 +0000 Subject: [PATCH] fix buggy allowed content types git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@5303 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../allowed_content_types.xml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml b/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml index dce34f3494..2080f16e7e 100755 --- a/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml +++ b/bt5/erp5_accounting/PortalTypeAllowedContentTypeTemplateItem/allowed_content_types.xml @@ -6,7 +6,6 @@ <item>Accounting Period</item> </portal_type> <portal_type id="Accounting Rule Cell"> - <item>Sale Invoice Transaction Line</item> <item>Accounting Transaction Line</item> </portal_type> <portal_type id="Accounting Transaction"> @@ -46,14 +45,8 @@ <portal_type id="Purchase Invoice Transaction"> <item>Purchase Invoice Transaction Line</item> </portal_type> - <portal_type id="Purchase Invoice Transaction Line"> - <item>Purchase Invoice Transaction Line</item> - </portal_type> <portal_type id="Sale Invoice Transaction"> <item>Sale Invoice Transaction Line</item> <item>Invoice Line</item> </portal_type> - <portal_type id="Sale Invoice Transaction Line"> - <item>Sale Invoice Transaction Line</item> - </portal_type> </allowed_content_type_list> \ No newline at end of file -- 2.30.9