mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-08 13:54:36 -04:00
Merge branch 'paytrace' into v5-develop
This commit is contained in:
commit
6dbba38a49
@ -62,7 +62,7 @@ class SupportMessageSent extends Mailable
|
||||
$user = auth()->user();
|
||||
|
||||
if(Ninja::isHosted())
|
||||
$subject = "{$priority}Hosted-{$company->db} :: Customer Support - [{$plan}] ".date('M jS, g:ia');
|
||||
$subject = "{$priority}Hosted-{$company->db} :: Customer Support - {$plan} ".date('M jS, g:ia');
|
||||
else
|
||||
$subject = "{$priority}Self Hosted :: Customer Support - [{$plan}] ".date('M jS, g:ia');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user