diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 091547f7abe..ee3b350fb14 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -1049,12 +1049,12 @@ else if ($num_lignes) { print ""; - print ''.$langs->trans("Description").''; - print ''.$langs->trans("VAT").''; - print ''.$langs->trans("PriceUHT").''; - print ''.$langs->trans("Qty").''; - print ''.$langs->trans("Discount").''; - print ''.$langs->trans("AmountHT").''; + print ''.$langs->trans("Description").''; + print ''.$langs->trans("VAT").''; + print ''.$langs->trans("PriceUHT").''; + print ''.$langs->trans("Qty").''; + print ''.$langs->trans("Discount").''; + print ''.$langs->trans("AmountHT").''; print ' '; print "\n"; } @@ -1112,7 +1112,7 @@ else print img_delete(); print ''; - print ''; + print ''; if ($i > 0) { print ''; @@ -1308,7 +1308,6 @@ else print "\n"; } - print "

\n"; /* * Documents générés @@ -1364,9 +1363,8 @@ else print ''; /* - * Liste des actions propres à la facture - * - */ + * Liste des actions propres à la facture + */ $sql = "SELECT id, ".$db->pdate("a.datea")." as da, a.label, a.note, code"; $sql .= " FROM ".MAIN_DB_PREFIX."actioncomm as a, ".MAIN_DB_PREFIX."user as u "; $sql .= " WHERE a.fk_user_author = u.rowid "; @@ -1412,9 +1410,8 @@ else /* - * Choix d'un projet - * - */ + * Choix d'un projet + */ if ($_GET["action"] == 'classer') { print "

id\">\n"; @@ -1434,9 +1431,8 @@ else /* - * Affiche formulaire mail - * - */ + * Affiche formulaire mail + */ if ($_GET["action"] == 'presend') { print '
'; @@ -1543,7 +1539,7 @@ else $total = $total + $objp->price; $i++; } - print "".$langs->trans("TotalHT").": ".price($total)." ".$conf->monnaie."\n"; + print " ".$langs->trans("TotalHT")."".price($total)."\n"; print ""; } }