diff --git a/htdocs/compta/facture.php b/htdocs/compta/facture.php index 4b1b2638dd8..4e0a052f24b 100644 --- a/htdocs/compta/facture.php +++ b/htdocs/compta/facture.php @@ -924,7 +924,7 @@ else $num_lignes = $db->num_rows(); $i = 0; $total = 0; - echo ''; + echo '
'; if ($num_lignes) { print ""; @@ -1212,7 +1212,7 @@ else print_titre("Actions sur les documents"); $i = 0; $total = 0; - print '
'; + print '
'; print ''; print "\n"; @@ -1463,7 +1463,7 @@ else print_barre_liste("Factures clients",$page,$_SERVER["PHP_SELF"],"&socidp=$socidp",$sortfield,$sortorder,'',$num); $i = 0; - print '
'.$langs->trans("Date").''.$langs->trans("Action").''.$langs->trans("By").'
'; + print '
'; print ''; print '
'; print_liste_field_titre($langs->trans("Ref"),$_SERVER["PHP_SELF"],"f.facnumber","","&socidp=$socidp"); @@ -1515,7 +1515,7 @@ else if ($objp->df > 0 ) { - print ""; + print ""; $y = strftime("%Y",$objp->df); $m = strftime("%m",$objp->df); diff --git a/htdocs/compta/facture/info.php b/htdocs/compta/facture/info.php index f9de3d72ba0..f9d657f3233 100644 --- a/htdocs/compta/facture/info.php +++ b/htdocs/compta/facture/info.php @@ -29,6 +29,7 @@ require("./pre.inc.php"); +$langs->load("bills"); llxHeader(); diff --git a/htdocs/compta/facture/note.php b/htdocs/compta/facture/note.php index 8fc4a7b2c19..8fd02c43823 100644 --- a/htdocs/compta/facture/note.php +++ b/htdocs/compta/facture/note.php @@ -35,6 +35,7 @@ if (!$user->rights->facture->lire) accessforbidden(); $langs->load("companies"); +$langs->load("bills"); /* * Sécurité accés client