Commit a8378f7d authored by Romain Courteaud's avatar Romain Courteaud

Added default value.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@4391 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e34acab
......@@ -102,16 +102,19 @@ class SupplyLine:
{ 'id' : 'discount_ratio_variation_base_category',
'description' : 'Base category range of matrix',
'type' : 'lines',
'default' : [],
'multivalued' : 1,
'mode' : 'w' },
{ 'id' : 'exclusive_discount_ratio_variation_base_category',
'description' : 'Base category range of matrix',
'type' : 'lines',
'default' : [],
'multivalued' : 1,
'mode' : 'w' },
{ 'id' : 'surcharge_ratio_variation_base_category',
'description' : 'Base category range of matrix',
'type' : 'lines',
'default' : [],
'multivalued' : 1,
'mode' : 'w' },
# # Option Matrix
......
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