Commit e4ee606e authored by Łukasz Nowak's avatar Łukasz Nowak

Avoid accessing object.

parent 93727048
...@@ -56,7 +56,7 @@ person_relative_url = hosting_subscription.getDestinationSection()\n ...@@ -56,7 +56,7 @@ person_relative_url = hosting_subscription.getDestinationSection()\n
portal = instance.getPortalObject()\n portal = instance.getPortalObject()\n
\n \n
# Check if instance is allocated\n # Check if instance is allocated\n
partition = instance.getAggregateValue(portal_type="Computer Partition")\n partition = instance.getAggregate(portal_type="Computer Partition")\n
# Get current delivery\n # Get current delivery\n
delivery = instance.getCausalityValue(portal_type=["Sale Order", "Sale Packing List"])\n delivery = instance.getCausalityValue(portal_type=["Sale Order", "Sale Packing List"])\n
# Get latest workflow transition\n # Get latest workflow transition\n
......
8 9
\ No newline at end of file \ No newline at end of file
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