mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
fixes
This commit is contained in:
parent
3f62ff941e
commit
78848fff4f
@ -700,7 +700,7 @@ class InvoiceController extends BaseController
|
||||
}
|
||||
break;
|
||||
case 'email':
|
||||
//check query paramater for email_type and set the template else use calculateTemplate
|
||||
//check query parameter for email_type and set the template else use calculateTemplate
|
||||
if (request()->has('email_type') && property_exists($invoice->company->settings, request()->input('email_type'))) {
|
||||
$this->reminder_template = $invoice->client->getSetting(request()->input('email_type'));
|
||||
} else {
|
||||
|
Loading…
x
Reference in New Issue
Block a user