Fix translation
This commit is contained in:
parent
056ef802e4
commit
b3dec042b5
@ -131,7 +131,7 @@ if ($event->type == 'payout.created') {
|
|||||||
|
|
||||||
if ($result > 0)
|
if ($result > 0)
|
||||||
{
|
{
|
||||||
$subject = '[NOTIFICATION] Payment out scheduled';
|
$subject = '[NOTIFICATION] Stripe payout scheduled';
|
||||||
if (!empty($user->email)) {
|
if (!empty($user->email)) {
|
||||||
$sendto = dolGetFirstLastname($user->firstname, $user->lastname) . " <".$user->email.">";
|
$sendto = dolGetFirstLastname($user->firstname, $user->lastname) . " <".$user->email.">";
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user