Commit ce998efe authored by Fabrice Decroix's avatar Fabrice Decroix

Add destination_function in the expandable categories


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23891 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 7c0976e7
...@@ -123,6 +123,7 @@ class DeliveryRule(Rule): ...@@ -123,6 +123,7 @@ class DeliveryRule(Rule):
source_section=deliv_mvt.getSourceSection(), source_section=deliv_mvt.getSourceSection(),
destination=deliv_mvt.getDestination(), destination=deliv_mvt.getDestination(),
destination_section=deliv_mvt.getDestinationSection(), destination_section=deliv_mvt.getDestinationSection(),
destination_function=deliv_mvt.getDestinationFunction(),
start_date=deliv_mvt.getStartDate(), start_date=deliv_mvt.getStartDate(),
stop_date=deliv_mvt.getStopDate(), stop_date=deliv_mvt.getStopDate(),
...@@ -151,6 +152,7 @@ class DeliveryRule(Rule): ...@@ -151,6 +152,7 @@ class DeliveryRule(Rule):
source_section=deliv_mvt.getSourceSection(), source_section=deliv_mvt.getSourceSection(),
destination=deliv_mvt.getDestination(), destination=deliv_mvt.getDestination(),
destination_section=deliv_mvt.getDestinationSection(), destination_section=deliv_mvt.getDestinationSection(),
destination_function=deliv_mvt.getDestinationFunction(),
start_date=deliv_mvt.getStartDate(), start_date=deliv_mvt.getStartDate(),
stop_date=deliv_mvt.getStopDate(), stop_date=deliv_mvt.getStopDate(),
......
...@@ -177,6 +177,7 @@ class OrderRule(DeliveryRule): ...@@ -177,6 +177,7 @@ class OrderRule(DeliveryRule):
'source_section', 'source_section',
'destination', 'destination',
'destination_section', 'destination_section',
'destination_function',
'start_date', 'start_date',
'stop_date', 'stop_date',
'resource', 'resource',
......
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