From 53add04a2e6e8a6c777278a1aa97bc01cd775643 Mon Sep 17 00:00:00 2001
From: florian HENRY <florian.henry@atm-consulting.fr>
Date: Mon, 31 Jul 2017 10:28:24 +0200
Subject: [PATCH] fix :add missing hook into product price card

---
 htdocs/product/price.php | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/htdocs/product/price.php b/htdocs/product/price.php
index 2b5617c601d..d2ba54e12a2 100644
--- a/htdocs/product/price.php
+++ b/htdocs/product/price.php
@@ -1172,6 +1172,9 @@ if ($action == 'edit_price' && $object->getRights()->creer)
 		print '</td>';
 		print '</tr>';
 
+		$parameters=array('colspan' => 2);
+		$reshook=$hookmanager->executeHooks('formObjectOptions',$parameters,$object,$action);    // Note that $action and $object may have been modified by hook
+
 		print '</table>';
 
 		dol_fiche_end();
-- 
GitLab