Commit d84d3fab authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix a typo in security declaration.

parent dfb051cd
...@@ -571,7 +571,7 @@ class Resource(XMLObject, XMLMatrix, VariatedMixin): ...@@ -571,7 +571,7 @@ class Resource(XMLObject, XMLMatrix, VariatedMixin):
reference_quantity=0, **kw) reference_quantity=0, **kw)
security.declareProtected(Permissions.AccessContentsInformation, security.declareProtected(Permissions.AccessContentsInformation,
'getNextNegativeInventoryDate') 'getNextAlertInventoryDate')
def getNextAlertInventoryDate(self, reference_quantity=0, **kw): def getNextAlertInventoryDate(self, reference_quantity=0, **kw):
""" """
Returns next date where the inventory will be below reference Returns next date where the inventory will be below reference
......
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