Remove unnecessary output of extrafields

The extrafields for a bom line are already output at line 130 (correct within html tags).

The additional output here (without any html tags) causes the extrafields to be displayed additionally on top of all line items.
This commit is contained in:
Joachim Kueter 2023-04-12 14:12:42 +02:00 committed by GitHub
parent c552633095
commit 404397df8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -195,10 +195,6 @@ if ($filtertype != 1) {
print '</td>';
print '</tr>';
if (is_object($objectline)) {
print $objectline->showOptionals($extrafields, 'edit', array('style'=>$bcnd[$var], 'colspan'=>$coldisplay), '', '', 1, 'line');
}
?>
<script>