2
0
forked from Wavyzz/dolibarr

Fix for better compatibility

This commit is contained in:
Laurent Destailleur
2024-10-03 17:23:29 +02:00
parent 7cdc96eceb
commit 88b488cfbb

View File

@@ -12346,7 +12346,7 @@ function dolGetButtonAction($label, $text = '', $actionType = 'default', $url =
// Here, $url is a simple link
if (!empty($params['isDropdown'])) {
if (!empty($params['isDropdown']) || !empty($params['isDropDown'])) {
$class = "dropdown-item";
} else {
$class = 'butAction';