diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 59e52ac7b5d..2d0208d0c2b 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -3490,7 +3490,7 @@ else if ($id > 0 || ! empty($ref)) if ($object->type == Facture::TYPE_SITUATION && ! empty($conf->global->INVOICE_USE_SITUATION)) { if (count($object->tab_previous_situation_invoice) > 0 || count($object->tab_next_situation_invoice) > 0) - print '
| '; + print ' | '; print ' | ' . price($total_prev_ht) . ' | '; print '' . price($total_prev_ttc) . ' | '; print ''; @@ -3564,7 +3564,7 @@ else if ($id > 0 || ! empty($ref)) } print ' | |||
| '; + print ' | '; print ' | ' . price($total_next_ht) . ' | '; print '' . price($total_next_ttc) . ' | '; print ''; | |||