non usd 3 decimal places
cicd / ci (push) Successful in 48s
Details
cicd / ci (push) Successful in 48s
Details
parent
0b4d78796e
commit
9681050a46
|
|
@ -201,8 +201,10 @@ func FPrintBalances(w io.Writer, linePrefix string, balances, cumulatives ledger
|
|||
|
||||
for _, currency := range currencies {
|
||||
printableCurrency := currency
|
||||
format := format
|
||||
if printableCurrency != "$" {
|
||||
printableCurrency += " "
|
||||
format = strings.ReplaceAll(format, "%.2f", "%.3f")
|
||||
}
|
||||
if usdOnly && printableCurrency != "$" {
|
||||
continue
|
||||
|
|
|
|||
Loading…
Reference in New Issue