From e1340c054438e4fc165aacfe4c71ee755c6424e6 Mon Sep 17 00:00:00 2001
From: Kevin Deldycke <kevin@nexedi.com>
Date: Fri, 11 Mar 2005 08:56:52 +0000
Subject: [PATCH] add the 'source' base category

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@2677 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/BankAccount.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/product/ERP5/PropertySheet/BankAccount.py b/product/ERP5/PropertySheet/BankAccount.py
index 7d2574f5fa..0da203a65e 100755
--- a/product/ERP5/PropertySheet/BankAccount.py
+++ b/product/ERP5/PropertySheet/BankAccount.py
@@ -60,4 +60,4 @@ class BankAccount:
             'mode'        : 'w' },
     )
 
-    _categories = ( 'region', )
+    _categories = ( 'region', 'source')
-- 
2.30.9