This commit is contained in:
Anthony Berton 2022-07-28 14:33:33 +02:00
parent 29cb21fdab
commit d66aa960bb

View File

@ -10422,7 +10422,7 @@ function dolGetButtonAction($label, $html = '', $actionType = 'default', $url =
global $hookmanager, $action, $object, $langs;
//var_dump($params);
if (isset($params['isDropdown']))
if (!empty($params['isDropdown']))
$class = "dropdown-item";
else {
$class = 'butAction';