Fix amount formatting for QR code for integer amounts.
This commit is contained in:
parent
1d523a0495
commit
b324516514
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
|||
(format "~A.~A"
|
||||
(car f)
|
||||
(if i?
|
||||
".00"
|
||||
"00"
|
||||
(substring
|
||||
(string-append (cadr f) "0")
|
||||
0 2)))))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue