Commit 097b2ca0 authored by Yoshinori Okuji's avatar Yoshinori Okuji

Fix a typo


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@869 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9f6a786b
...@@ -137,7 +137,7 @@ An order...""" ...@@ -137,7 +137,7 @@ An order..."""
""" """
return self.Invoice_zGetTotalNetPrice() return self.Invoice_zGetTotalNetPrice()
security.declareProtected(Permissions.AccessContentsInformation, 'getSimulationSate') security.declareProtected(Permissions.AccessContentsInformation, 'getSimulationState')
def getSimulationState(self, id_only=1): def getSimulationState(self, id_only=1):
""" """
Returns the current state in simulation Returns the current state in simulation
......
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