Fix a bug : Week lines were not re computed after deleting an operation
This commit is contained in:
parent
533442b874
commit
fb6cb35e65
|
@ -910,6 +910,8 @@ void GridAccount::OnDeleteClicked(int id)
|
|||
}
|
||||
}
|
||||
|
||||
ComputeWeeks();
|
||||
|
||||
_kiss->UpdateStats();
|
||||
_inModification = false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user