From cb9e0983dd1ebf11625472c846fdadc995301bcc Mon Sep 17 00:00:00 2001 From: Florian HENRY Date: Sun, 6 Jul 2014 10:24:01 +0200 Subject: [PATCH] Remove fetch_optionnal becauwe done in fetch from product class --- htdocs/product/fiche.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/htdocs/product/fiche.php b/htdocs/product/fiche.php index deeae6784e6..07830cd793c 100644 --- a/htdocs/product/fiche.php +++ b/htdocs/product/fiche.php @@ -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)) {