diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php
index fd65422cdcc..79f53316e2e 100644
--- a/htdocs/comm/card.php
+++ b/htdocs/comm/card.php
@@ -876,7 +876,7 @@ if ($object->id > 0)
print '
!!! | ';
}
- print '' . $sendingstatic->LibStatut($objp->statut, 5) . ' | ';
+ print '' . $sendingstatic->LibStatut($objp->statut, 5) . ' | ';
print "\n";
$i++;
}
@@ -942,7 +942,7 @@ if ($object->id > 0)
print ''.dol_print_date($db->jdate($objp->dc), 'day')." | \n";
print ''.dol_print_date($db->jdate($objp->dcon), 'day')." | \n";
print ' | ';
- print '';
+ print ' | ';
print $contrat->getLibStatut(4);
print " | \n";
print '';
@@ -1004,7 +1004,7 @@ if ($object->id > 0)
print ''.img_object($langs->trans("ShowPropal"), "propal").' '.$objp->ref.' | '."\n";
//print ''.dol_print_date($db->jdate($objp->startdate)).' | '."\n";
print ''.convertSecondToTime($objp->duration).' | '."\n";
- print ''.$fichinter_static->getLibStatut(5).' | '."\n";
+ print ''.$fichinter_static->getLibStatut(5).' | '."\n";
print '';
$i++;
@@ -1110,7 +1110,7 @@ if ($object->id > 0)
print '';
}
- print '';
+ print ' | ';
print $langs->trans('FrequencyPer_'.$invoicetemplate->unit_frequency, $invoicetemplate->frequency).' - ';
print ($invoicetemplate->LibStatut($invoicetemplate->frequency, $invoicetemplate->suspended, 5, 0));
print ' | ';
@@ -1205,7 +1205,7 @@ if ($object->id > 0)
print '';
}
- print ''.($facturestatic->LibStatut($objp->paye, $objp->statut, 5, $objp->am)).' | ';
+ print ''.($facturestatic->LibStatut($objp->paye, $objp->statut, 5, $objp->am)).' | ';
print "\n";
$i++;
}
diff --git a/htdocs/comm/prospect/index.php b/htdocs/comm/prospect/index.php
index 7c8c0fa0934..e110dc05b1d 100644
--- a/htdocs/comm/prospect/index.php
+++ b/htdocs/comm/prospect/index.php
@@ -220,7 +220,7 @@ if (! empty($conf->propal->enabled) && $user->rights->propale->lire)
}
if ($total>0)
{
- print '| '.$langs->trans("Total")." | ".price($total)." |
";
+ print '| '.$langs->trans("Total")." | ".price($total)." |
";
}
print "
";
}