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