Add account number to quick send

master
Skylar Ittner 12 months ago
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…
Cancel
Save