Commit 63038f77 authored by Jérome Perrin's avatar Jérome Perrin

new system preference


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40061 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f0fbd919
......@@ -98,6 +98,13 @@ class AccountingPreference:
'preference' : 1,
'write_permission': 'Manage properties',
'mode' : 'w'},
{ 'id' : 'preferred_accounting_transaction_line_funding_base_category',
'description' : 'Base category to use to specify analytics by funding'
' on accounting lines',
'type' : 'string',
'preference' : 1,
'write_permission': 'Manage properties',
'mode' : 'w'},
{ 'id' :
'preferred_accounting_transaction_line_analytic_base_category',
'description' : 'Base categories to use to specify analytics on '
......
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