Skip to content

Commit

Permalink
Merge pull request #25 from yjacolin/fixReportSQL
Browse files Browse the repository at this point in the history
Fix SQL in report configuration
  • Loading branch information
dbarzin authored Jul 27, 2023
2 parents e9bfb92 + 6b764f5 commit 7ff7ee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Http/Controllers/ReportController.php
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ private function generateMadeControlTable(TemplateProcessor $templateProcessor,
['realisation_date','<',$end_date],
]
)
->orderBy('realisation_Date')->get();
->orderBy('realisation_date')->get();

//----------------------------------------------------------------
// create table
Expand Down

0 comments on commit 7ff7ee7

Please sign in to comment.