Skip to content

Commit

Permalink
fix count on homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarzin committed Sep 13, 2023
1 parent 6f0fac3 commit bfe1a93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/HomeController.php
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public function index(Request $request)
not exists (
select *
from controls c2
where realisation_date is not null and c1.measure_id=c2.measure_id);'
where c1.id=c2.next_id);'
);

// Last controls made by measures
Expand Down

0 comments on commit bfe1a93

Please sign in to comment.