Fix bugs with new users
This commit is contained in:
@@ -286,6 +286,8 @@ void KissCount::NewUser(const wxString& name)
|
||||
cat.parent = wxT("0") ; cat.name = _("Other") ; cat.color = OWN_GREEN;
|
||||
AddCategory(cat);
|
||||
|
||||
SetOperationOrder(wxT("ASC"));
|
||||
|
||||
_db->GenerateMonth(_user, -1, -1, (int)curDate.GetMonth(), curDate.GetYear());
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user