Merge pull request #1713 from FHenry/3.6

Remove fetch_optionnal becauwe done in fetch from product class
This commit is contained in:
Laurent Destailleur 2014-07-07 21:25:53 +02:00
commit 7c16322391

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))
{