Commit bbd544a3 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Added alt_base_category


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@1385 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c282fa8a
......@@ -47,6 +47,11 @@ class BaseCategory:
'type' : 'lines',
'default' : [],
'mode' : 'w' },
{ 'id' : 'acquisition_alt_base_category',
'description' : 'Alternate base categories to acquire value from if everything else fails',
'type' : 'tokens',
'default' : [],
'mode' : 'w' },
{ 'id' : 'acquisition_copy_value',
'description' : 'Determines if acquired value should be copied',
'type' : 'boolean',
......
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