[Erp5-report] r23892 - in /erp5/trunk/products/ERP5/Document: DeliveryRule.py OrderRule.py
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Sep 29 14:42:11 CEST 2008
Author: fabrice
Date: Mon Sep 29 14:42:01 2008
New Revision: 23892
URL: http://svn.erp5.org?rev=23892&view=rev
Log:
Add source_function in the expandable categories
Modified:
erp5/trunk/products/ERP5/Document/DeliveryRule.py
erp5/trunk/products/ERP5/Document/OrderRule.py
Modified: erp5/trunk/products/ERP5/Document/DeliveryRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/DeliveryRule.py?rev=23892&r1=23891&r2=23892&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/DeliveryRule.py (original)
+++ erp5/trunk/products/ERP5/Document/DeliveryRule.py Mon Sep 29 14:42:01 2008
@@ -121,6 +121,7 @@
source=deliv_mvt.getSource(),
source_section=deliv_mvt.getSourceSection(),
+ source_function=deliv_mvt.getSourceFunction(),
destination=deliv_mvt.getDestination(),
destination_section=deliv_mvt.getDestinationSection(),
destination_function=deliv_mvt.getDestinationFunction(),
@@ -150,6 +151,7 @@
source=deliv_mvt.getSource(),
source_section=deliv_mvt.getSourceSection(),
+ source_function=deliv_mvt.getSourceFunction(),
destination=deliv_mvt.getDestination(),
destination_section=deliv_mvt.getDestinationSection(),
destination_function=deliv_mvt.getDestinationFunction(),
Modified: erp5/trunk/products/ERP5/Document/OrderRule.py
URL: http://svn.erp5.org/erp5/trunk/products/ERP5/Document/OrderRule.py?rev=23892&r1=23891&r2=23892&view=diff
==============================================================================
--- erp5/trunk/products/ERP5/Document/OrderRule.py (original)
+++ erp5/trunk/products/ERP5/Document/OrderRule.py Mon Sep 29 14:42:01 2008
@@ -175,6 +175,7 @@
default_property_list = (
'source',
'source_section',
+ 'source_function',
'destination',
'destination_section',
'destination_function',
More information about the Erp5-report
mailing list