diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 6fed032334f..0d28b8f7cf3 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -38,6 +38,10 @@ accessforbidden(); $langs->load("bills"); + +$warning_delay=31*24*60*60; // Delai affichage warning retard (si retard paiement facture > delai) + + require_once "../facture.class.php"; require_once "../paiement.class.php"; if ($conf->projet->enabled) require_once "../project.class.php"; @@ -512,7 +516,7 @@ if ($_GET["action"] == 'create') print ''.$langs->trans("Author").' :'.$user->fullname.''; print ''; - print '