Merge branch 'master' into dev
This commit is contained in:
commit
286c9f01dc
|
@ -29,7 +29,7 @@
|
|||
|
||||
#include <wx/display.h>
|
||||
|
||||
#define APP_VERSION "v0.2_dev"
|
||||
#define APP_VERSION "v0.1"
|
||||
|
||||
class wxUI;
|
||||
class Database;
|
||||
|
|
|
@ -220,7 +220,7 @@ void GridAccount::LoadOperations(std::vector<Operation>* operations, bool canAdd
|
|||
{
|
||||
if (it->parent.Length()) continue;
|
||||
|
||||
InsertOperation(user, *it, ++curLine, true, it->month, it->year);
|
||||
InsertOperation(user, *it, ++curLine, it->fix_cost, it->month, it->year);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user