Fix bracket.

This commit is contained in:
Christian Humpel 2023-01-22 22:31:46 +01:00
parent 1513c46c77
commit fb2d9b315a

View File

@ -559,7 +559,6 @@ if (empty($reshook)) {
print dol_get_fiche_end(); print dol_get_fiche_end();
/* /*
* Lines * Lines
*/ */
@ -665,7 +664,6 @@ if (empty($reshook)) {
print "</form>\n"; print "</form>\n";
mrpCollapseBomManagement(); mrpCollapseBomManagement();
}
$res = $object->fetchLines(); $res = $object->fetchLines();
@ -806,6 +804,7 @@ if (empty($reshook)) {
include DOL_DOCUMENT_ROOT . '/core/tpl/card_presend.tpl.php'; include DOL_DOCUMENT_ROOT . '/core/tpl/card_presend.tpl.php';
} }
}
// End of page // End of page
llxFooter(); llxFooter();