Commit 18ebd4cc authored by Jérome Perrin's avatar Jérome Perrin

alllow source_reference/destination_reference on all default supply


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34122 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 007d51db
......@@ -65,6 +65,7 @@ class DefaultSupply:
'start_date_range_max',
'start_date_range_min',
'comment', 'source_reference',
'destination_reference',
'p_variation_base_category_list',
'destination_account',
'min_delay', 'max_delay', 'min_flow', 'max_flow',
......@@ -86,6 +87,7 @@ class DefaultSupply:
'start_date_range_max',
'start_date_range_min',
'comment', 'source_reference',
'destination_reference',
'p_variation_base_category_list',
'destination_account',
'min_delay', 'max_delay', 'min_flow', 'max_flow',
......@@ -106,7 +108,8 @@ class DefaultSupply:
'start_date', 'stop_date',
'start_date_range_max',
'start_date_range_min',
'comment', 'destination_reference',
'comment', 'source_reference',
'destination_reference',
'p_variation_base_category_list',
'source_account',
'min_delay', 'max_delay', 'min_flow', 'max_flow',
......
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