This commit is contained in:
Rodolphe Quiedeville 2005-05-12 15:05:49 +00:00
parent 0e85aac042
commit 40f3bfafe8

View File

@ -90,7 +90,7 @@ if ($_POST["action"] == 'addpo' && $user->rights->telephonie->ligne->creer)
$contrat = new TelephonieContrat($db);
$contrat->fetch($_GET["id"]);
$contrat->addpo($_POST["montant"]) ;
$contrat->addpo($_POST["montant"], $user);
Header("Location: fiche.php?id=".$contrat->id);
}