Browse Source

Merge pull request #24490 from bloxera/17.0

Fix #24489: Remove unnecessary output of extrafields
Laurent Destailleur 2 years ago
parent
commit
db9734414f
1 changed files with 0 additions and 4 deletions
  1. 0 4
      htdocs/bom/tpl/objectline_create.tpl.php

+ 0 - 4
htdocs/bom/tpl/objectline_create.tpl.php

@@ -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>