Commit c8258722 authored by Bartek Górny's avatar Bartek Górny

added basecategorylist prop

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@9237 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f2671c6e
......@@ -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' : '' },
)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment