Year/month changement ok
This commit is contained in:
@@ -252,7 +252,9 @@ void Database::LoadYear(User* user, int year)
|
||||
{
|
||||
req += _("', '") + it->id ;
|
||||
}
|
||||
req += _("') ORDER BY fix_cost DESC, year,month,day ASC");
|
||||
req += _("')");
|
||||
req += _(" AND year='") + wxString::Format(_("%d"), year) + _("'");
|
||||
req += _(" ORDER BY fix_cost DESC, year,month,day ASC");
|
||||
|
||||
EXECUTE_SQL_QUERY(req, set, );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user