Commit 39eb2ecd authored by Jérome Perrin's avatar Jérome Perrin

add a new preference for default value of "section category strict" in

accounting module searches and reports


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@36235 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 012f085e
......@@ -57,6 +57,12 @@ class AccountingPreference:
'type' : 'string',
'preference' : 1,
'mode' : 'w'},
{ 'id' : 'preferred_accounting_section_category_strict',
'description' : 'Do we use strict section category membership by'
' default.',
'type' : 'boolean',
'preference' : 1,
'mode' : 'w'},
{ 'id' : 'preferred_accounting_transaction_source_section',
'description' : 'The preferred section organisation.',
'type' : 'string',
......
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