Merge pull request #24490 from bloxera/17.0

Fix #24489: Remove unnecessary output of extrafields
This commit is contained in:
Laurent Destailleur 2023-04-18 21:41:40 +02:00 committed by GitHub
commit db9734414f
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>