From 5b3b9dd42758b32aa0089df4435d34fdedaa09eb Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Tue, 3 Jun 2008 09:19:32 +0000
Subject: [PATCH] set parent as aquisition base category on requirement

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@21279 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../portal_categories/requirement.xml                     | 8 ++++++--
 bt5/erp5_project/bt/revision                              | 2 +-
 2 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/bt5/erp5_project/CategoryTemplateItem/portal_categories/requirement.xml b/bt5/erp5_project/CategoryTemplateItem/portal_categories/requirement.xml
index 69a1f96310..1378afc2f9 100644
--- a/bt5/erp5_project/CategoryTemplateItem/portal_categories/requirement.xml
+++ b/bt5/erp5_project/CategoryTemplateItem/portal_categories/requirement.xml
@@ -22,7 +22,9 @@
         <item>
             <key> <string>acquisition_base_category</string> </key>
             <value>
-              <tuple/>
+              <tuple>
+                <string>parent</string>
+              </tuple>
             </value>
         </item>
         <item>
@@ -69,7 +71,9 @@
         </item>
         <item>
             <key> <string>description</string> </key>
-            <value> <string></string> </value>
+            <value>
+              <none/>
+            </value>
         </item>
         <item>
             <key> <string>fallback_base_category</string> </key>
diff --git a/bt5/erp5_project/bt/revision b/bt5/erp5_project/bt/revision
index 501f5773ed..2e790af68a 100644
--- a/bt5/erp5_project/bt/revision
+++ b/bt5/erp5_project/bt/revision
@@ -1 +1 @@
-509
\ No newline at end of file
+510
\ No newline at end of file
-- 
2.30.9