Add account number to quick send
This commit is contained in:
parent
35fbcca41b
commit
89df54c1fe
@ -7,6 +7,7 @@
|
||||
|
||||
function showAddressQRCode() {
|
||||
var content = "QSv1|tofrom"
|
||||
+ "|" + inStorage("accountnumber") ? getStorage("accountnumber") : ""
|
||||
+ "|" + $("#addresscodeform #to_name").val()
|
||||
+ "|" + $("#addresscodeform #to_company").val()
|
||||
+ "|" + $("#addresscodeform #to_street1").val()
|
||||
|
Loading…
x
Reference in New Issue
Block a user