CmdTimesheet
- Removed TDB2::commit.
This commit is contained in:
@@ -55,7 +55,6 @@ int CmdTimesheet::execute (std::string& output)
|
|||||||
// Scan the pending tasks.
|
// Scan the pending tasks.
|
||||||
handleRecurrence ();
|
handleRecurrence ();
|
||||||
std::vector <Task> all = context.tdb2.all_tasks ();
|
std::vector <Task> all = context.tdb2.all_tasks ();
|
||||||
context.tdb2.commit ();
|
|
||||||
|
|
||||||
// What day of the week does the user consider the first?
|
// What day of the week does the user consider the first?
|
||||||
int weekStart = Date::dayOfWeek (context.config.get ("weekstart"));
|
int weekStart = Date::dayOfWeek (context.config.get ("weekstart"));
|
||||||
|
|||||||
Reference in New Issue
Block a user