FIX title button attribute id empty
This commit is contained in:
parent
5482a3134a
commit
f385e02c53
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user