Commit 008b2d4e authored by Sebastien Robin's avatar Sebastien Robin

inventories: fixed security declaration

parent 41eb6265
......@@ -2049,7 +2049,7 @@ class SimulationTool(BaseTool):
return inventory_list[0]
security.declareProtected(Permissions.AccessContentsInformation,
'getNextDeficientInventoryDate')
'getNextAlertInventoryDate')
def getNextAlertInventoryDate(self, reference_quantity=0, src__=0,
simulation_period='Future',from_date=None, **kw):
"""
......
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