Commit a6f550f
committed
Write all amounts with the same format when exporting to QIF
We were writing some amounts with locale-less format and others with
user's locale. That make GnuCash desktop fail to import.
Now we always use the locale-less format. GnuCash always accepts them,
independently of the user's locale.
Fixes #6551 parent 3c71be7 commit a6f550f
1 file changed
Lines changed: 3 additions & 2 deletions
Lines changed: 3 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
| 213 | + | |
213 | 214 | | |
214 | 215 | | |
215 | | - | |
| 216 | + | |
216 | 217 | | |
217 | 218 | | |
218 | 219 | | |
| |||
0 commit comments