Commit 44b6b4f7 authored by Romain Courteaud's avatar Romain Courteaud

Enable all named parameters in getDivergenceList in order to use it as a list...

Enable all named parameters in getDivergenceList in order to use it as a list method of the listbox.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@11347 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4c396ba6
......@@ -305,7 +305,7 @@ class Delivery(XMLObject, ImmobilisationDelivery):
return 0
security.declareProtected(Permissions.View, 'getDivergenceList')
def getDivergenceList(self):
def getDivergenceList(self, **kw):
"""
Return a list of messages that contains the divergences
"""
......
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