forked from Wavyzz/dolibarr
FIX title button attribute id empty
This commit is contained in:
@@ -8258,7 +8258,7 @@ function dolGetButtonTitle($label, $helpText = '', $iconClass = 'fa fa-file', $u
|
||||
$attr['class'] .= ' classfortooltip';
|
||||
}
|
||||
|
||||
if(empty($id)){
|
||||
if(!empty($id)){
|
||||
$attr['id'] = $id;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user