From 29bf2f1ea83ef5886bae25cc20861c6c9657631c Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 14 Jul 2005 19:24:46 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Seuil=20de=20tolerance=20de=20ratard=20n?= =?UTF-8?q?on=20d=E9fini?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/compta/facture/apercu.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/htdocs/compta/facture/apercu.php b/htdocs/compta/facture/apercu.php index c92ceab49e8..b302162dca0 100644 --- a/htdocs/compta/facture/apercu.php +++ b/htdocs/compta/facture/apercu.php @@ -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");