Fix: code incorrect
This commit is contained in:
parent
7005e9c254
commit
abf9946c68
@ -239,15 +239,10 @@ $html = new Form($db);
|
|||||||
|
|
||||||
if ($_GET["id"] > 0)
|
if ($_GET["id"] > 0)
|
||||||
{
|
{
|
||||||
<<<<<<< fiche.php
|
|
||||||
if ($mesg) print $mesg;
|
if ($mesg) print $mesg;
|
||||||
|
$commande = new CommandeFournisseur($db);
|
||||||
|
|
||||||
$commande = new CommandeFournisseur($db);
|
|
||||||
if ( $commande->fetch($_GET["id"]) == 0)
|
if ( $commande->fetch($_GET["id"]) == 0)
|
||||||
=======
|
|
||||||
$commande = new CommandeFournisseur($db);
|
|
||||||
if ( $commande->fetch($_GET["id"]) == 0)
|
|
||||||
>>>>>>> 1.29.2.1
|
|
||||||
{
|
{
|
||||||
$soc = new Societe($db);
|
$soc = new Societe($db);
|
||||||
$soc->fetch($commande->soc_id);
|
$soc->fetch($commande->soc_id);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user