mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Fixing style errors.
This commit is contained in:
parent
8152e3f82a
commit
d0429ad8a1
|
|
@ -65,7 +65,7 @@ if (empty($outputalsopricetotalwithtax)) {
|
|||
}
|
||||
|
||||
// add html5 elements
|
||||
if($filtertype == 1) $domData = ' data-element="'.$line->element.'service"';
|
||||
if ($filtertype == 1) $domData = ' data-element="'.$line->element.'service"';
|
||||
else $domData = ' data-element="'.$line->element.'"';
|
||||
|
||||
$domData .= ' data-id="'.$line->id.'"';
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user