Ajout paramètre pour définir délai de retards nécessitant warning.
This commit is contained in:
parent
d26b283d18
commit
2cd13d7e5e
@ -395,6 +395,12 @@ if (defined("MAIN_MAIL_NEW_SUBJECT"))
|
|||||||
$conf->adherent->email_new_subject=MAIN_MAIL_NEW_SUBJECT;
|
$conf->adherent->email_new_subject=MAIN_MAIL_NEW_SUBJECT;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Delai de tolerance des alertes
|
||||||
|
$conf->actions->warning_delay=7*24*60*60; // 1 semaine
|
||||||
|
$conf->commande->traitement->warning_delay=2*24*60*60;
|
||||||
|
$conf->propal->facturation->warning_delay=31*24*60*60;
|
||||||
|
$conf->facture->warning_delay=31*24*60*60; // 1 moi
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*/
|
*/
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user