1
0
This commit is contained in:
ThomasV
2018-03-06 18:07:38 +01:00
parent a6e23ae275
commit ca07399937
2 changed files with 0 additions and 5 deletions

View File

@@ -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()