diff options
Diffstat (limited to 'gnucash.cc')
-rw-r--r-- | gnucash.cc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -203,6 +203,7 @@ static void dataHandler(void *userData, const char *s, int len) std::string value = curr_quant + " " + (*i).second->comm->symbol; xact->cost = create_amount(value.c_str(), curr_value); + xact->acct->balance.credit(xact->cost); break; } |