[Erp5-report] r34954 jerome - /erp5/trunk/products/ERP5/Extensions/CheckPortalTypes.py

nobody at svn.erp5.org nobody at svn.erp5.org
Mon May 3 18:22:00 CEST 2010


Author: jerome
Date: Mon May  3 18:22:00 2010
New Revision: 34954

URL: http://svn.erp5.org?rev=34954&view=rev
Log:
also migrate project and function

Modified:
    erp5/trunk/products/ERP5/Extensions/CheckPortalTypes.py

Modified: erp5/trunk/products/ERP5/Extensions/CheckPortalTypes.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Extensions/CheckPortalTypes.py?rev=34954&r1=34953&r2=34954&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Extensions/CheckPortalTypes.py [utf8] (original)
+++ erp5/trunk/products/ERP5/Extensions/CheckPortalTypes.py [utf8] Mon May  3 18:22:00 2010
@@ -39,6 +39,10 @@
     source_section_list = self.getValueList('destination_section')
     destination_payment_list = self.getValueList('source_payment')
     source_payment_list = self.getValueList('destination_payment')
+    destination_project_list = self.getValueList('source_project')
+    source_project_list = self.getValueList('destination_project')
+    destination_function_list = self.getValueList('source_function')
+    source_function_list = self.getValueList('destination_function')
     stop_date = self.getStartDate()
     start_date = self.getStopDate()
     source_reference = self.getDestinationReference()
@@ -49,6 +53,11 @@
               destination_section_value_list=destination_section_list,
               source_section_value_list=source_section_list,
               destination_payment_value_list=destination_payment_list,
+              source_payment_value_list=source_payment_list,
+              destination_project_value_list=destination_project_list,
+              source_project_value_list=source_project_list,
+              destination_function_value_list=destination_function_list,
+              source_function_value_list=source_function_list,
               stop_date=stop_date,
               start_date=start_date,
               source_reference=source_reference,




More information about the Erp5-report mailing list