Mutualisation de l'onglet catégorie
Fix: un fournisseur avait la liste déroulante des catégories clients
This commit is contained in:
parent
ee19ca2821
commit
92a3ddb251
@ -186,8 +186,11 @@ if ($_GET["socid"])
|
|||||||
|
|
||||||
if ($mesg) print($mesg);
|
if ($mesg) print($mesg);
|
||||||
|
|
||||||
if ($soc->client) formCategory($db,$soc,$type,2);
|
if ($soc->client)
|
||||||
|
{
|
||||||
|
formCategory($db,$soc,$type,2);
|
||||||
print '<br><br>';
|
print '<br><br>';
|
||||||
|
}
|
||||||
if ($soc->fournisseur) formCategory($db,$soc,$type,1);
|
if ($soc->fournisseur) formCategory($db,$soc,$type,1);
|
||||||
}
|
}
|
||||||
else if ($_GET["id"] || $_GET["ref"])
|
else if ($_GET["id"] || $_GET["ref"])
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user