Ajout debug

This commit is contained in:
Rodolphe Quiedeville 2005-05-18 09:40:03 +00:00
parent 639f0c274e
commit 5d470f909a

View File

@ -52,6 +52,8 @@ if ($_POST["action"] == 'confirm_rejet')
}
else
{
dolibarr_syslog("Motif : ".$_POST["motif"]);
dolibarr_syslog("$daterej $time ");
Header("Location: ligne.php?id=".$_GET["id"]."&action=rejet");
}
}