Additional functionality for csv import amount comlumn
Bug #1335257 reported by
DVR Hax
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
wxBanker |
New
|
Undecided
|
Unassigned |
Bug Description
DIFF attached
111a112
> #Added conversion of (value) convention to denote negative numbers
114c115
< if char in "-1234567890"
---
> if char in "(-1234567890"
117c118
< amountStr = amountStr.
---
> amountStr = amountStr.
To post a comment you must log in.
Sorry relative to csvimporter.py