Fix : wrong html end of fiche section (#36793)

* Fix : wrong html end of fiche section

* Update card.php

---------

Co-authored-by: Laurent Destailleur <eldy@destailleur.fr>
This commit is contained in:
Maxime Kohlhaas 2026-01-05 14:43:52 +01:00 committed by GitHub
parent ff8a8f5bb4
commit 5179e05cbd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3687,14 +3687,10 @@ if ($action == 'create' && $usercancreate) {
print '<tr><td colspan="8"><span class="opacitymedium">' . $langs->trans("NoLineGoOnTabToAddSome", $langs->transnoentitiesnoconv("ShipmentDistribution")) . '</span></td></tr>';
}
print "</table>\n";
print '</tbody>';
print "</table>\n";
print '</div>';
print dol_get_fiche_end();
$object->fetchObjectLinked($object->id, $object->element);
}