Commit 4a2fdfc3 authored by Aurel's avatar Aurel

make id_group mandatory


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@23205 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c88e86a
......@@ -150,7 +150,7 @@ class IdTool(BaseTool):
security.declareProtected(Permissions.AccessContentsInformation,
'getLastLengthGeneratedId')
def getLastLengthGeneratedId(self,id_group=None,default=None):
def getLastLengthGeneratedId(self, id_group, default=None):
"""
Get the last length id generated
"""
......
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