From 56e1094d3ed5c0bbc0754f5bb5eb4b4c40b01771 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Aur=C3=A9lien=20Calonne?= <aurel@nexedi.com>
Date: Fri, 21 Jul 2006 08:00:28 +0000
Subject: [PATCH] 2006-07-21 aurel * add base category for account incident

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8651 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 .../PortalTypeBaseCategoryTemplateItem/base_category_list.xml  | 3 +++
 bt5/erp5_banking_cash/bt/change_log                            | 3 +++
 .../bt/template_portal_type_base_category_list                 | 1 +
 3 files changed, 7 insertions(+)

diff --git a/bt5/erp5_banking_cash/PortalTypeBaseCategoryTemplateItem/base_category_list.xml b/bt5/erp5_banking_cash/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
index 803a4fded9..131b5a8b2d 100644
--- a/bt5/erp5_banking_cash/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
+++ b/bt5/erp5_banking_cash/PortalTypeBaseCategoryTemplateItem/base_category_list.xml
@@ -1,4 +1,7 @@
 <base_category_list>
+ <portal_type id="Account Incident">
+  <item>source_decision</item>
+ </portal_type>
  <portal_type id="Outgoing Cash Sorting Cell">
   <item>variation</item>
  </portal_type>
diff --git a/bt5/erp5_banking_cash/bt/change_log b/bt5/erp5_banking_cash/bt/change_log
index 7260568f82..c0cd1d627e 100644
--- a/bt5/erp5_banking_cash/bt/change_log
+++ b/bt5/erp5_banking_cash/bt/change_log
@@ -1,3 +1,6 @@
+2006-07-21 aurel
+* add base category for account incident
+
 2006-07-20 aurel
 * add account incident workflow
 
diff --git a/bt5/erp5_banking_cash/bt/template_portal_type_base_category_list b/bt5/erp5_banking_cash/bt/template_portal_type_base_category_list
index f5e9b8da2b..50b83f31f9 100644
--- a/bt5/erp5_banking_cash/bt/template_portal_type_base_category_list
+++ b/bt5/erp5_banking_cash/bt/template_portal_type_base_category_list
@@ -1,2 +1,3 @@
+Account Incident | source_decision
 Outgoing Cash Sorting Cell | variation
 Outgoing Classification Survey Cell | variation
\ No newline at end of file
-- 
2.30.9