Fix: Seuil de tolerance de ratard non dfini
This commit is contained in:
parent
025e96af0c
commit
29bf2f1ea8
@ -37,6 +37,10 @@ if (!$user->rights->facture->lire)
|
||||
|
||||
$langs->load("bills");
|
||||
|
||||
|
||||
$warning_delay=31*24*60*60; // Delai affichage warning retard (si retard paiement facture > delai)
|
||||
|
||||
|
||||
require_once(DOL_DOCUMENT_ROOT."/facture.class.php");
|
||||
if ($conf->projet->enabled) {
|
||||
require_once(DOL_DOCUMENT_ROOT."/project.class.php");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user