mirror of
https://github.com/snipe/snipe-it.git
synced 2024-11-09 23:24:06 -08:00
Added last name to expected checkin notification
For non-US countries like Germany where it’s considered rude not to include last name
This commit is contained in:
parent
d8210847a4
commit
76d0562716
|
@ -61,7 +61,7 @@ class ExpectedCheckinNotification extends Notification
|
|||
return (new MailMessage)
|
||||
->error()
|
||||
->subject('Reminder: '.$this->params->present()->name().' checkin deadline approaching')
|
||||
->line('Hi, '.$this->params->assignedto->first_name)
|
||||
->line('Hi, '.$this->params->assignedto->first_name.' '.$this->params->assignedto->last_name)
|
||||
->greeting('An asset checked out to you is due to be checked back in on '.$formatted_due.'.')
|
||||
->line('Asset: '.$this->params->present()->name())
|
||||
->line('Serial: '.$this->params->serial)
|
||||
|
|
Loading…
Reference in a new issue