Skip to content

Commit

Permalink
Merge pull request #207 from dbarzin/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
dbarzin authored Oct 31, 2024
2 parents ffa0b9d + 0ae0ebf commit 317ee94
Show file tree
Hide file tree
Showing 6 changed files with 1,084 additions and 10,060 deletions.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ControlController.php
Original file line number Diff line number Diff line change
Expand Up @@ -685,7 +685,7 @@ public function history()

// Get all controls
$controls = DB::table('controls')
->select('id', 'score', 'realisation_date', 'plan_date')
->select('id', 'score', 'observations', 'realisation_date', 'plan_date')
->get();

// Fetch measures for all controls in one query
Expand Down
Loading

0 comments on commit 317ee94

Please sign in to comment.