diff --git a/htdocs/compta/facture/impayees.php b/htdocs/compta/facture/impayees.php index 4cac0678f4e..88fa6ebad27 100644 --- a/htdocs/compta/facture/impayees.php +++ b/htdocs/compta/facture/impayees.php @@ -529,7 +529,7 @@ if ($resql) print '
| '; print ' | '; - print ''; - print ''; - print ' | '; + print ''; + print ''; + print ' | '; print ''; print ' | '; print ' | '; @@ -635,10 +635,10 @@ if ($resql) print "\n"; - // Customer ref - print ' | '; - print $objp->ref_client; - print ' | '; + // Customer ref + print ''; + print $objp->ref_client; + print ' | '; print ''.dol_print_date($db->jdate($objp->df),'day').' | '."\n"; print ''.dol_print_date($db->jdate($objp->datelimite),'day').' | '."\n"; @@ -651,12 +651,12 @@ if ($resql) $thirdparty->code_client=$objp->code_client; print $thirdparty->getNomUrl(1,'customer'); print ''; - + // Payment mode print ''; $form->form_modes_reglement($_SERVER['PHP_SELF'], $objp->fk_mode_reglement, 'none'); print ' | '; - + print ''.price($objp->total_ht).' | '; print ''.price($objp->total_tva); @@ -710,7 +710,7 @@ if ($resql) } print ' | |
| '.$langs->trans("Total").' | '; + print ''.$langs->trans("Total").' | '; print ''.price($total_ht).' | '; print ''.price($total_tva).' | '; print ''.price($total_ttc).' | ';|||||||||