From 1cf42726ffa9e3a5399dee749aa277cf1e525744 Mon Sep 17 00:00:00 2001 From: ATM-Nicolas Date: Mon, 18 Mar 2019 15:19:39 +0100 Subject: [PATCH] FIX : Duplicate executeHook function --- htdocs/product/price.php | 3 --- 1 file changed, 3 deletions(-) diff --git a/htdocs/product/price.php b/htdocs/product/price.php index e02ec3f82c7..c636deab22b 100644 --- a/htdocs/product/price.php +++ b/htdocs/product/price.php @@ -1277,9 +1277,6 @@ if ($action == 'edit_price' && $object->getRights()->creer) $parameters=array('colspan' => 2); $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook - $parameters=array('colspan' => 2); - $reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action); // Note that $action and $object may have been modified by hook - print ''; dol_fiche_end();