modif mineure

This commit is contained in:
Rodolphe Quiedeville 2003-07-07 10:04:42 +00:00
parent c49dc7978f
commit c10fa65e15
2 changed files with 1 additions and 4 deletions

View File

@ -31,9 +31,6 @@ llxHeader();
$db = new Db();
$yn[1] = "oui";
$yn[0] = "<b>non</b>";
/*
* Sécurité accés client
*/
@ -77,6 +74,7 @@ if ($action == 'add_paiement')
if ($action == 'valid')
{
$fac = new Facture($db);
$fac->fetch($facid);
$result = $fac->set_valid($facid, $user->id);
if ($result)
{

View File

@ -107,4 +107,3 @@ class Notify
}
?>