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