From c8258722a74d6c26cd5b901cf4f89165380ca43e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Bartek=20G=C3=B3rny?= <bartek@gorny.edu.pl>
Date: Wed, 16 Aug 2006 15:38:11 +0000
Subject: [PATCH] added basecategorylist prop

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9237 20353a03-c40f-0410-a6d1-a30d3c3de9de
---
 product/ERP5/PropertySheet/DMSPreference.py | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/product/ERP5/PropertySheet/DMSPreference.py b/product/ERP5/PropertySheet/DMSPreference.py
index 8ed13765bc..137c061ace 100644
--- a/product/ERP5/PropertySheet/DMSPreference.py
+++ b/product/ERP5/PropertySheet/DMSPreference.py
@@ -41,6 +41,11 @@ class DMSPreference:
     'type'    : 'int',
     'preference':1,
     'mode'    : '' },
+    { 'id'    : 'preferred_dms_base_category_list',
+    'description' : 'list of categories to choose from while classifying',
+    'type'    : 'lines',
+    'preference':1,
+    'mode'    : '' },
     )
 
  
-- 
2.30.9