Commit e1ba753e authored by Fabien Morin's avatar Fabien Morin

add preferred_float_number_style preference property to be able to store wich

float style we want to use in all the application


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@29321 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 47aada28
......@@ -56,6 +56,12 @@ class Preference:
'type' : 'string',
'preference' : 1,
'mode' : 'w'},
{ 'id' : 'preferred_float_number_style',
'description' : 'The style of float number (with comma, point, '\
'space, ...).',
'type' : 'string',
'preference' : 1,
'mode' : 'w'},
{ 'id' : 'preferred_money_quantity_style',
'description' : 'The style of money quantities.',
'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