diff --git a/htdocs/compta/journal/purchasesjournal.php b/htdocs/compta/journal/purchasesjournal.php
index 621287c39e4..a8b6747b2a6 100755
--- a/htdocs/compta/journal/purchasesjournal.php
+++ b/htdocs/compta/journal/purchasesjournal.php
@@ -161,7 +161,7 @@ foreach ($tabfac as $key => $val)
$invoicestatic->ref=$val["ref"];
$invoicestatic->type=$val["type"];
- print "
";
+ print "
";
// third party
//print "| ".$conf->global->COMPTA_JOURNAL_BUY." | ";
print "".$val["date"]." | ";
@@ -194,7 +194,7 @@ foreach ($tabfac as $key => $val)
//print "".$conf->global->COMPTA_JOURNAL_BUY." | ";
print "".$val["date"]." | ";
print "".$invoicestatic->getNomUrl(1)." | ";
- print "".$k." | ".$langs->trans("VAT")." ".$key." | ".($mt<0?price(-$mt):'')." | ".($mt>=0?price($mt):'')." |
";
+ print "".$k." | ".$langs->trans("VAT")." | ".($mt<0?price(-$mt):'')." | ".($mt>=0?price($mt):'')." | ";
}
}
diff --git a/htdocs/compta/journal/sellsjournal.php b/htdocs/compta/journal/sellsjournal.php
index 3357078459c..ab8c41aff5a 100755
--- a/htdocs/compta/journal/sellsjournal.php
+++ b/htdocs/compta/journal/sellsjournal.php
@@ -196,7 +196,7 @@ foreach ($tabfac as $key => $val)
//print "".$conf->global->COMPTA_JOURNAL_SELL." | ";
print "".$val["date"]." | ";
print "".$invoicestatic->getNomUrl(1)." | ";
- print "".$k." | ".$langs->trans("VAT")." ".$key." | ".($mt<0?price(-$mt):'')." | ".($mt>=0?price($mt):'')." | ";
+ print "".$k." | ".$langs->trans("VAT")." | ".($mt<0?price(-$mt):'')." | ".($mt>=0?price($mt):'')." | ";
}
}