Fix a bug : Week lines were not re computed after deleting an operation

This commit is contained in:
Grégory Soutadé 2017-02-05 10:02:49 +01:00
parent 533442b874
commit fb6cb35e65
1 changed files with 2 additions and 0 deletions

View File

@ -910,6 +910,8 @@ void GridAccount::OnDeleteClicked(int id)
}
}
ComputeWeeks();
_kiss->UpdateStats();
_inModification = false;
}