javascript and api to stop and display active records (#772)
This commit is contained in:
@@ -76,7 +76,7 @@ class TimesheetRepository extends AbstractRepository
|
||||
|
||||
$entityManager = $this->getEntityManager();
|
||||
$entityManager->persist($entry);
|
||||
$entityManager->flush();
|
||||
$entityManager->flush($entry);
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user