Merge branch '12.0' of git@github.com:Dolibarr/dolibarr.git into 13.0

Conflicts:
	htdocs/contact/class/contact.class.php
This commit is contained in:
Laurent Destailleur
2021-06-29 15:52:39 +02:00
4 changed files with 27 additions and 22 deletions

View File

@@ -3974,7 +3974,7 @@ class Commande extends CommonOrder
$now = dol_now();
return max($this->date_commande, $this->date_livraison) < ($now - $conf->commande->client->warning_delay);
return max($this->date, $this->date_livraison) < ($now - $conf->commande->client->warning_delay);
}
/**