This commit is contained in:
Florian HENRY 2022-10-10 14:10:02 +02:00
parent 9f8a09b4c8
commit a8dd29de85

View File

@ -5155,11 +5155,11 @@ class Facture extends CommonInvoice
if (!empty($recipient->email)) { if (!empty($recipient->email)) {
$to = $recipient->email; $to = $recipient->email;
} else { } else {
$errormesg = "Failed to send remind to thirdparty id=".$tmpinvoice->thirdparty->id.". No email defined for user."; $errormesg = "Failed to send remind to thirdparty id=".$tmpinvoice->socid.". No email defined for user.";
$error++; $error++;
} }
} else { } else {
$errormesg = "Failed to load recipient with thirdparty id=".$tmpinvoice->thirdparty->id; $errormesg = "Failed to load recipient with thirdparty id=".$tmpinvoice->socid;
$error++; $error++;
} }