mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
Fixes for support messages
This commit is contained in:
parent
2cdc33149b
commit
316daa166e
@ -8,6 +8,7 @@ use Illuminate\Mail\Mailable;
|
||||
use Illuminate\Queue\SerializesModels;
|
||||
use LimitIterator;
|
||||
use SplFileObject;
|
||||
use Illuminate\Support\Carbon;
|
||||
|
||||
class SupportMessageSent extends Mailable
|
||||
{
|
||||
@ -73,7 +74,7 @@ class SupportMessageSent extends Mailable
|
||||
$plan_status = '';
|
||||
|
||||
if(Carbon::parse($account->plan_expires)->lt(now()))
|
||||
$plan_status = 'Plan Expired';
|
||||
$plan_status = 'Plan Expired :: ';
|
||||
|
||||
if (Ninja::isHosted()) {
|
||||
$subject = "{$priority}Hosted-{$db}-{$is_large}{$platform}{$migrated}{$trial} :: {$plan} :: {$plan_status} ".date('M jS, g:ia');
|
||||
|
Loading…
x
Reference in New Issue
Block a user