[Erp5-report] r34122 jerome - /erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py

nobody at svn.erp5.org nobody at svn.erp5.org
Thu Mar 25 17:25:11 CET 2010


Author: jerome
Date: Thu Mar 25 17:25:08 2010
New Revision: 34122

URL: http://svn.erp5.org?rev=34122&view=rev
Log:
alllow source_reference/destination_reference on all default supply

Modified:
    erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py

Modified: erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py?rev=34122&r1=34121&r2=34122&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py [utf8] (original)
+++ erp5/trunk/products/ERP5/PropertySheet/DefaultSupply.py [utf8] Thu Mar 25 17:25:08 2010
@@ -65,6 +65,7 @@
                                   '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 @@
                                   '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 @@
                                   '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',




More information about the Erp5-report mailing list