From 123b1b10e5bc19e808c256200390d850c2f38f2e Mon Sep 17 00:00:00 2001 From: ecdsa Date: Mon, 4 Mar 2013 17:19:32 +0100 Subject: [PATCH] fixes for pointofsale --- plugins/pointofsale.py | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/plugins/pointofsale.py b/plugins/pointofsale.py index c467f1a..508395b 100644 --- a/plugins/pointofsale.py +++ b/plugins/pointofsale.py @@ -30,10 +30,11 @@ class QR_Window(QWidget): self.setWindowTitle('Electrum - '+_('Invoice')) self.setMinimumSize(800, 250) self.address = '' - self.labe = '' + self.label = '' self.amount = 0 self.setFocusPolicy(QtCore.Qt.NoFocus) + self.merchant_name = config.get('merchant_name', 'Invoice') main_box = QHBoxLayout() self.qrw = QRCodeWidget() -- 1.7.1