fix #4050
This commit is contained in:
@@ -136,9 +136,6 @@ class InvoicesDialog(Factory.Popup):
|
||||
for pr in _list:
|
||||
ci = self.get_card(pr)
|
||||
invoices_list.add_widget(ci)
|
||||
if not _list:
|
||||
msg = _('This screen shows the list of payment requests that have been sent to you. You may also use it to store contact addresses.')
|
||||
invoices_list.add_widget(EmptyLabel(text=msg))
|
||||
|
||||
def do_pay(self, obj):
|
||||
self.hide_menu()
|
||||
|
||||
Reference in New Issue
Block a user