petites modifs
This commit is contained in:
parent
cb6ea9a2f8
commit
fb29e195cf
@ -27,6 +27,7 @@ require("../../paiement.class.php");
|
|||||||
|
|
||||||
|
|
||||||
$db = new Db();
|
$db = new Db();
|
||||||
|
llxHeader();
|
||||||
|
|
||||||
if ($HTTP_POST_VARS["action"] == 'add')
|
if ($HTTP_POST_VARS["action"] == 'add')
|
||||||
{
|
{
|
||||||
@ -61,7 +62,6 @@ if ($HTTP_POST_VARS["action"] == 'add')
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
llxHeader();
|
|
||||||
|
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
/* */
|
/* */
|
||||||
@ -75,7 +75,7 @@ $sql .= " FROM societe as s, llx_facture as f WHERE f.fk_soc = s.idp";
|
|||||||
$sql .= " AND f.rowid = $facid";
|
$sql .= " AND f.rowid = $facid";
|
||||||
|
|
||||||
if (isset($action) && $action== 'added'){
|
if (isset($action) && $action== 'added'){
|
||||||
print "<FONT COLOR=\"red\">Nouvel Adhérent ajouté. En attente de validation</FONT><BR>\n";
|
print "<FONT COLOR=\"blue\">Nouvel Adhérent ajouté. En attente de validation</FONT><BR>\n";
|
||||||
}
|
}
|
||||||
$result = $db->query($sql);
|
$result = $db->query($sql);
|
||||||
if ($result) {
|
if ($result) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user