This commit is contained in:
Gwenhael Le Moine 2014-08-01 22:32:40 +02:00
parent 27f149140a
commit ca3f254608

View file

@ -37,7 +37,7 @@ module Ledger
payee: row[ 2 ],
account: row[ 3 ],
amount: row[ 5 ],
currentcy: row[ 4 ] }
currency: row[ 4 ] }
end
end