From 2c34f8a2d090ff1f87a18b78f2c6e35aa30de18a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com>
Date: Thu, 2 Jun 2005 14:58:42 +0000
Subject: [PATCH] added gap category for account, pcg is now deprecated.

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

diff --git a/product/ERP5/PropertySheet/Account.py b/product/ERP5/PropertySheet/Account.py
index 47bc6d764a..c881f9ab26 100755
--- a/product/ERP5/PropertySheet/Account.py
+++ b/product/ERP5/PropertySheet/Account.py
@@ -39,4 +39,4 @@ class Account:
       'default'     : 0 },
  )
 
-  _categories = ( 'account_type', 'pcg', 'financial_section', )
+  _categories = ( 'account_type', 'gap', 'pcg', 'financial_section', )
-- 
2.30.9