Month generation OK

This commit is contained in:
2010-06-23 20:30:42 +02:00
parent 7d1f9ee120
commit 271b3ef1e7
4 changed files with 21 additions and 16 deletions

View File

@@ -161,7 +161,8 @@ void KissCount::GenerateMonth(int monthFrom, int yearFrom, int monthTo, int year
op = *it;
op.month = monthTo;
op.year = yearTo;
AddOperation(op);
op.id = AddOperation(op);
(*_user->_operations[yearTo])[monthTo].push_back(op);
}
}
_wxUI->GenerateMonth(monthTo, yearTo);