mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
use getDolGlobalString to avoid getting undefined property (#35436)
This commit is contained in:
@@ -5836,7 +5836,7 @@ class Facture extends CommonInvoice
|
||||
}
|
||||
|
||||
// Errors Recipient
|
||||
$errors_to = $conf->global->MAIN_MAIL_ERRORS_TO;
|
||||
$errors_to = getDolGlobalString('MAIN_MAIL_ERRORS_TO');;
|
||||
|
||||
$trackid = 'inv'.$tmpinvoice->id;
|
||||
$sendcontext = 'standard';
|
||||
|
||||
Reference in New Issue
Block a user