Fix quotes

This commit is contained in:
Laurent Destailleur 2025-01-23 02:45:01 +01:00
parent 0251c01296
commit 2da37fffc4

View File

@ -1168,7 +1168,7 @@ class Conf extends stdClass
$this->contrat->services->inactifs = new stdClass();
$this->contrat->services->expires = new stdClass();
$this->contrat->services->inactifs->warning_delay = getDolGlobalInt('MAIN_DELAY_NOT_ACTIVATED_SERVICES') * 86400;
$this->contrat->services->expires->warning_delay = getDolGlobalInt(MAIN_DELAY_RUNNING_SERVICES) * 86400;
$this->contrat->services->expires->warning_delay = getDolGlobalInt('MAIN_DELAY_RUNNING_SERVICES') * 86400;
}
if (isset($this->commande)) {
$this->bank->rappro = new stdClass();