From 18ebd4cced7acf6f82e638df6a4568320dc4e9e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 25 Mar 2010 16:25:08 +0000 Subject: [PATCH] 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 --- product/ERP5/PropertySheet/DefaultSupply.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/product/ERP5/PropertySheet/DefaultSupply.py b/product/ERP5/PropertySheet/DefaultSupply.py index 6fc1046f16..395079774c 100644 --- a/product/ERP5/PropertySheet/DefaultSupply.py +++ b/product/ERP5/PropertySheet/DefaultSupply.py @@ -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', -- 2.30.9