This commit is contained in:
Josh Harvey 2017-03-15 22:54:40 +02:00
parent b4d8f3cd4c
commit 340b39d47d
9 changed files with 189 additions and 72 deletions

View file

@ -68,6 +68,8 @@ function toObj (row) {
newObj[objKey] = row[key]
})
newObj.direction = 'cashIn'
return newObj
}