Fix: Missing closing tr
This commit is contained in:
parent
cff713ad07
commit
396bae21d6
@ -1435,7 +1435,7 @@ elseif (! empty($object->id))
|
||||
print '</tr>';
|
||||
|
||||
// Delivery date planed
|
||||
print '<tr><td height="10">';
|
||||
print '<tr><td>';
|
||||
print '<table class="nobordernopadding" width="100%"><tr><td>';
|
||||
print $langs->trans('DateDeliveryPlanned');
|
||||
print '</td>';
|
||||
@ -1456,13 +1456,13 @@ elseif (! empty($object->id))
|
||||
{
|
||||
print $object->date_livraison ? dol_print_date($object->date_livraison,'daytext') : ' ';
|
||||
}
|
||||
print '</td>';
|
||||
print '</td></tr>';
|
||||
|
||||
// Project
|
||||
if (! empty($conf->projet->enabled))
|
||||
{
|
||||
$langs->load('projects');
|
||||
print '<tr><td height="10">';
|
||||
print '<tr><td>';
|
||||
print '<table class="nobordernopadding" width="100%"><tr><td>';
|
||||
print $langs->trans('Project');
|
||||
print '</td>';
|
||||
|
||||
Loading…
Reference in New Issue
Block a user