1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-11-10 13:12:50 +01:00

Minor fixes

This commit is contained in:
David Bomba 2023-02-15 21:31:25 +11:00
parent 55bdc6b1cc
commit 40665bb5b0
3 changed files with 2 additions and 14 deletions

View File

@ -58,7 +58,7 @@ class GenericReportRequest extends Request
$input['start_date'] = null;
$input['end_date'] = null;
}
nlog($input);
$this->replace($input);
}

View File

@ -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',

View File

@ -2,17 +2,5 @@
<div class="center">
<h1>{{ ctrans('texts.download_files') }}</h1>
<p>{{ ctrans('texts.download_report_description') }}</p>
<table border="0" cellspacing="0" cellpadding="0" align="center">
<tr style="border: 0 !important; ">
<td class="new_button" style="padding: 12px 18px 12px 18px; border-radius:5px;" align="center">
<a href="{{ $url }}" target="_blank" style="border: 0 !important;font-size: 18px; font-family: Helvetica, Arial, sans-serif; color: #ffffff; text-decoration: none; display: inline-block;"> {{ ctrans('texts.download') }}</a>
</td>
</tr>
</table>
</div>
@endcomponent