mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-06 17:48:25 +01:00
Remove fetch_optionnal becauwe done in fetch from product class
This commit is contained in:
@@ -1014,8 +1014,6 @@ else
|
|||||||
|
|
||||||
else if ($object->id > 0)
|
else if ($object->id > 0)
|
||||||
{
|
{
|
||||||
$res=$object->fetch_optionals($object->id,$extralabels);
|
|
||||||
|
|
||||||
// Fiche en mode edition
|
// Fiche en mode edition
|
||||||
if ($action == 'edit' && ($user->rights->produit->creer || $user->rights->service->creer))
|
if ($action == 'edit' && ($user->rights->produit->creer || $user->rights->service->creer))
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user