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:
parent
ff8a8f5bb4
commit
5179e05cbd
1 changed files with 1 additions and 5 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue