Fix some typo bugs in Database query
Add Group/UnGroup/UpdateNextMonths buttons Display correct title in AccountPannel
This commit is contained in:
@@ -63,8 +63,6 @@ public:
|
||||
void InsertOperationWithWeek(User* user, Operation& op, int line, bool fix, int month, int year) ;
|
||||
void InsertOperation(User* user, Operation& op, int line, bool fix, int month, int year) ;
|
||||
|
||||
void GetSelectedOperations(std::vector<int>* rows);
|
||||
|
||||
void MassUpdate(std::vector<int>& rows, updateOperationFunc func, void** params);
|
||||
|
||||
void Group();
|
||||
|
Reference in New Issue
Block a user