diff --git a/src/view/AccountPanel.cpp b/src/view/AccountPanel.cpp index 5a734b2..84af2f8 100644 --- a/src/view/AccountPanel.cpp +++ b/src/view/AccountPanel.cpp @@ -778,8 +778,7 @@ void AccountPanel::OnAccountModified(int row, int column) if (_inModification || column != ACCOUNT_INIT) return; amount = _accountsGrid->item(row, column)->text().replace(".", "").toInt(); - - _kiss->SetAccountAmount(id, _curMonth, _curYear, amount*100); + _kiss->SetAccountAmount(id, _curMonth, _curYear, amount); _accountsInitValues[id] = amount; UpdateStats();