Commit 85b1cd68 authored by Jérome Perrin's avatar Jérome Perrin

a new preference to control wether it should be allowed or not to group

accounting transaction lines where the quantity does not match.



git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@19677 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent b4aa3711
......@@ -70,4 +70,11 @@ class AccountingPreference:
'type' : 'string',
'preference' : 1,
'mode' : 'w'},
# Those preferences are used to configure behaviour for the site
{ 'id' : 'preferred_grouping_with_different_quantities',
'description' : 'Allow grouping lines with different quantities',
'type' : 'boolean',
'preference' : 1,
'mode' : 'w'},
)
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