fixes
This commit is contained in:
parent
3f62ff941e
commit
78848fff4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue