diff --git a/plugins/pointofsale.py b/plugins/pointofsale.py index 8bf1cdff5..6e6614217 100644 --- a/plugins/pointofsale.py +++ b/plugins/pointofsale.py @@ -73,6 +73,9 @@ class QR_Window(QWidget): if currency: amount_text += "%s %s
" % (amount, currency) amount_text += "%s BTC " % str(self.amount) + else: + self.amount = None + self.amount_label.setText(amount_text) self.label = label