Close table

This commit is contained in:
Laurent Destailleur
2023-07-03 21:14:04 +02:00
parent 2257b00e73
commit 325827531a

View File

@@ -2747,7 +2747,7 @@ if ($action == 'create' && $usercancreate) {
// Multicurrency Amount TTC
print '<td class="valuefield nowrap right amountcard">' . price($object->multicurrency_total_ttc, 1, '', 1, -1, -1, $object->multicurrency_code) . '</td>';
}
print '</tr>';
print '</tr>'."\n";
print '</table>';