Commit 774b4d83 authored by Fabrice Decroix's avatar Fabrice Decroix

Add source_function in the expandable categories


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23892 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent ce998efe
......@@ -121,6 +121,7 @@ class DeliveryRule(Rule):
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 @@ class DeliveryRule(Rule):
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(),
......
......@@ -175,6 +175,7 @@ class OrderRule(DeliveryRule):
default_property_list = (
'source',
'source_section',
'source_function',
'destination',
'destination_section',
'destination_function',
......
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