diff --git a/htdocs/comm/card.php b/htdocs/comm/card.php index d7d5a3f4f5a0e..3c1c02057c375 100644 --- a/htdocs/comm/card.php +++ b/htdocs/comm/card.php @@ -582,7 +582,7 @@ $link=DOL_URL_ROOT.'/comm/propal/list.php?socid='.$object->id; $icon='bill'; if ($link) $boxstat.=''; - $boxstat.='
'; + $boxstat.='
'; $boxstat.=''.img_object("",$icon).' '.$text.'
'; $boxstat.=''.price($outstandingTotal, 1, $langs, 1, -1, -1, $conf->currency).''; $boxstat.='
'; @@ -600,7 +600,7 @@ $link=DOL_URL_ROOT.'/commande/list.php?socid='.$object->id; $icon='bill'; if ($link) $boxstat.='
'; - $boxstat.='
'; + $boxstat.='
'; $boxstat.=''.img_object("",$icon).' '.$text.'
'; $boxstat.=''.price($outstandingTotal, 1, $langs, 1, -1, -1, $conf->currency).''; $boxstat.='
'; @@ -618,7 +618,7 @@ $link=DOL_URL_ROOT.'/compta/facture/list.php?socid='.$object->id; $icon='bill'; if ($link) $boxstat.='
'; - $boxstat.='
'; + $boxstat.='
'; $boxstat.=''.img_object("",$icon).' '.$text.'
'; $boxstat.=''.price($outstandingTotal, 1, $langs, 1, -1, -1, $conf->currency).''; $boxstat.='
'; @@ -634,7 +634,7 @@ $link=DOL_URL_ROOT.'/compta/recap-compta.php?socid='.$object->id; $icon='bill'; if ($link) $boxstat.='
'; - $boxstat.='
'; + $boxstat.='
'; $boxstat.=''.img_object("",$icon).' '.$text.'
'; $boxstat.=''.price($outstandingOpened, 1, $langs, 1, -1, -1, $conf->currency).$warn.''; $boxstat.='
'; diff --git a/htdocs/fourn/card.php b/htdocs/fourn/card.php index 2fe58419b2834..0cb9f9350cfe0 100644 --- a/htdocs/fourn/card.php +++ b/htdocs/fourn/card.php @@ -372,7 +372,7 @@ $link=DOL_URL_ROOT.'/supplier_proposal/list.php?socid='.$object->id; $icon='bill'; if ($link) $boxstat.='
'; - $boxstat.='