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