2
0
forked from Wavyzz/dolibarr

Remove fetch_optionnal becauwe done in fetch from product class

This commit is contained in:
Florian HENRY
2014-07-06 10:24:01 +02:00
parent 851fdf3bb7
commit cb9e0983dd

View File

@@ -1014,8 +1014,6 @@ else
else if ($object->id > 0)
{
$res=$object->fetch_optionals($object->id,$extralabels);
// Fiche en mode edition
if ($action == 'edit' && ($user->rights->produit->creer || $user->rights->service->creer))
{