added fixed-rate and hourly-rate for customer, project and activity (#304)
This commit is contained in:
@@ -99,7 +99,7 @@ class TimesheetController extends AbstractController
|
||||
}
|
||||
|
||||
/**
|
||||
* The route to stop a running entry.
|
||||
* The route to start a running entry.
|
||||
*
|
||||
* @Route(path="/start/{id}", name="timesheet_start", requirements={"id" = "\d+"}, methods={"GET", "POST"})
|
||||
* @Security("is_granted('start', activity)")
|
||||
|
||||
Reference in New Issue
Block a user