Add Delete operation in GridAccount
Fix a bug : Forgot to update stats when there is a modification
This commit is contained in:
@@ -467,6 +467,10 @@ void KissCount::GetMonthStats(int month, int year, int nbDays,
|
||||
_db->GetMonthStats(_user, month, year, nbDays, operations, categories);
|
||||
}
|
||||
|
||||
void KissCount::UpdateStats()
|
||||
{
|
||||
_wxUI->UpdateStats();
|
||||
}
|
||||
|
||||
std::map<int, double>* KissCount::GetNotChecked(int month, int year)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user