Commit 5d07df0f authored by Jean-Paul Smets's avatar Jean-Paul Smets

explanation_uid and delivery_uid now 2 different methods


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@110 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 74c94e65
......@@ -311,7 +311,8 @@ a service in a public administration)."""
'parent_uid' : self.getParentUid(),
'simulation_state' : self.getSimulationState(),
'order_uid' : self.getOrderUid(),
'delivery_uid' : self.getExplanationUid(),
'explanation_uid' : self.getExplanationUid(),
'delivery_uid' : self.getDeliveryUid(),
'source_uid' : self.getSourceUid(),
'destination_uid' : self.getDestinationUid(),
'source_section_uid' : self.getSourceSectionUid(),
......
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