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

Call real method.

This explains speed of migration, doing nothing usually takes not time.
Unfortunately this optimisation has to be dropped.
parent 5b707ba0
......@@ -240,6 +240,7 @@ def SlapDocument_migrateSlapState(self):
# Update Local Roles
slap_document.updateLocalRolesOnSecurityGroups()
real(self)
def SalePackingListLine_deliver(self):
@WorkflowMethod.disable
......
114
\ No newline at end of file
115
\ 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