Merge commit 'bc5563289cd838f1bb33b86706927fae2e0d670f' into next
This commit is contained in:
commit
40602cd634
1 changed files with 2 additions and 4 deletions
|
|
@ -169,10 +169,8 @@ void time_log_t::close()
|
|||
|
||||
foreach (account_t * account, accounts) {
|
||||
DEBUG("timelog", "Clocking out from account " << account->fullname());
|
||||
clock_out_from_timelog(time_xacts,
|
||||
time_xact_t(none, CURRENT_TIME(), account),
|
||||
context);
|
||||
context.count++;
|
||||
context.count += clock_out_from_timelog
|
||||
(time_xacts, time_xact_t(none, CURRENT_TIME(), account), context);
|
||||
}
|
||||
assert(time_xacts.empty());
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue