Commit 3f7c060d authored by Julien Muchembled's avatar Julien Muchembled

erp5_crm: fix a ZSQLCatalog warning that flood logs when aknowledgements are used

parent 9bd443af
...@@ -59,7 +59,7 @@ down as less a possible the user interface\n ...@@ -59,7 +59,7 @@ down as less a possible the user interface\n
"""\n """\n
from DateTime import DateTime\n from DateTime import DateTime\n
\n \n
user_name = context.portal_membership.getAuthenticatedMember()\n user_name = str(context.portal_membership.getAuthenticatedMember())\n
\n \n
def getUnreadAcknowledgementListForUser(user_name=None):\n def getUnreadAcknowledgementListForUser(user_name=None):\n
# We give the portal type "Mass Notification" for now, we can\n # We give the portal type "Mass Notification" for now, we can\n
......
704 705
\ No newline at end of file \ No newline at end of file
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