diff --git a/app/Http/Requests/Report/GenericReportRequest.php b/app/Http/Requests/Report/GenericReportRequest.php index b70ffd7afabc..c17326cfe537 100644 --- a/app/Http/Requests/Report/GenericReportRequest.php +++ b/app/Http/Requests/Report/GenericReportRequest.php @@ -58,7 +58,7 @@ class GenericReportRequest extends Request $input['start_date'] = null; $input['end_date'] = null; } - +nlog($input); $this->replace($input); } diff --git a/lang/en/texts.php b/lang/en/texts.php index 8eace4e16873..dd851787bb5b 100644 --- a/lang/en/texts.php +++ b/lang/en/texts.php @@ -4586,7 +4586,7 @@ $LANG = array( 'alternate_pdf_viewer' => 'Alternate PDF Viewer', 'alternate_pdf_viewer_help' => 'Improve scrolling over the PDF preview [BETA]', 'currency_cayman_island_dollar' => 'Cayman Island Dollar', - 'download_report_description' => 'Please see attached file to check your report.', + 'download_report_description' => 'Your report(s) are attached.', 'left' => 'Left', 'right' => 'Right', 'center' => 'Center', diff --git a/resources/views/email/admin/download_report.blade.php b/resources/views/email/admin/download_report.blade.php index 036757c5a376..132d2ff6507a 100644 --- a/resources/views/email/admin/download_report.blade.php +++ b/resources/views/email/admin/download_report.blade.php @@ -2,17 +2,5 @@
{{ ctrans('texts.download_report_description') }}
- -- - {{ ctrans('texts.download') }} - - | -