lingo: fix bad super call (pylint)

This commit is contained in:
Frédéric Péters 2017-03-17 08:20:03 +01:00
parent 7d5b2366ef
commit 358018e8de
1 changed files with 1 additions and 1 deletions

View File

@ -501,7 +501,7 @@ class SelfDeclaredInvoicePayment(Items):
def render(self, context):
context['synchronous'] = True
context['page_path'] = context['request'].path
return super(Items, self).render(context)
return super(SelfDeclaredInvoicePayment, self).render(context)
TIPI_CONTROL_PROCOTOLS = (