Merge pull request #23656 from Humml87/develop_Fix_#23393_BOM_View

Fix #23393 BOM View broken
This commit is contained in:
Laurent Destailleur 2023-01-23 01:08:36 +01:00 committed by GitHub
commit f949c0c2f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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();