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

Follow up 1f6ff692.

parent 3f1916d2
...@@ -240,6 +240,7 @@ def SlapDocument_migrateSlapState(self): ...@@ -240,6 +240,7 @@ def SlapDocument_migrateSlapState(self):
# Update Local Roles # Update Local Roles
slap_document.updateLocalRolesOnSecurityGroups() slap_document.updateLocalRolesOnSecurityGroups()
@WorkflowMethod.disable
def SalePackingListLine_deliver(self): def SalePackingListLine_deliver(self):
portal = self.getPortalObject() portal = self.getPortalObject()
assert(self.getResource() in [portal.portal_preferences.getPreferredInstanceSetupResource(), assert(self.getResource() in [portal.portal_preferences.getPreferredInstanceSetupResource(),
......
112 113
\ 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