Fixing style errors.

This commit is contained in:
stickler-ci 2022-05-05 07:38:40 +00:00
parent 3681cd7747
commit 23ae3af247

View File

@ -220,7 +220,6 @@ if (empty($reshook)) {
} }
} }
} }
} }
$i++; $i++;
} }
@ -1026,7 +1025,7 @@ if ($object->id > 0) {
print '<td id="id_'.$obj->rowid.'_batch" data-batch="'.dol_escape_htmltag($obj->batch).'">'; print '<td id="id_'.$obj->rowid.'_batch" data-batch="'.dol_escape_htmltag($obj->batch).'">';
$batch_static = new Productlot($db); $batch_static = new Productlot($db);
$res = $batch_static->fetch(0, $product_static->id, $obj->batch); $res = $batch_static->fetch(0, $product_static->id, $obj->batch);
if($res){ if ($res) {
print $batch_static->getNomUrl(1); print $batch_static->getNomUrl(1);
} else { } else {
print dol_escape_htmltag($obj->batch); print dol_escape_htmltag($obj->batch);