diff --git a/htdocs/accountancy/expensereport/index.php b/htdocs/accountancy/expensereport/index.php
index a5026f920a0..4fe2ee3120b 100644
--- a/htdocs/accountancy/expensereport/index.php
+++ b/htdocs/accountancy/expensereport/index.php
@@ -203,10 +203,10 @@ if ($resql) {
else print $row[1];
print '';
for($i = 2; $i <= 12; $i ++) {
- print '
' . price($row[$i]) . ' | ';
+ print '' . price($row[$i]) . ' | ';
}
- print '' . price($row[13]) . ' | ';
- print '' . price($row[14]) . ' | ';
+ print '' . price($row[13]) . ' | ';
+ print '' . price($row[14]) . ' | ';
print '';
}
$db->free($resql);
@@ -276,10 +276,10 @@ if ($resql) {
else print $row[1];
print '';
for($i = 2; $i <= 12; $i ++) {
- print '' . price($row[$i]) . ' | ';
+ print '' . price($row[$i]) . ' | ';
}
- print '' . price($row[13]) . ' | ';
- print '' . price($row[14]) . ' | ';
+ print '' . price($row[13]) . ' | ';
+ print '' . price($row[14]) . ' | ';
print '';
}
$db->free($resql);
@@ -331,9 +331,9 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0) // This part of code looks strange.
while ($row = $db->fetch_row($resql)) {
print '| ' . $row[0] . ' | ';
for($i = 1; $i <= 12; $i ++) {
- print '' . price($row[$i]) . ' | ';
+ print '' . price($row[$i]) . ' | ';
}
- print '' . price($row[13]) . ' | ';
+ print '' . price($row[13]) . ' | ';
print '
';
}
diff --git a/htdocs/accountancy/supplier/index.php b/htdocs/accountancy/supplier/index.php
index ca60735fcf0..bc632118da7 100644
--- a/htdocs/accountancy/supplier/index.php
+++ b/htdocs/accountancy/supplier/index.php
@@ -203,10 +203,10 @@ if ($resql) {
else print $row[1];
print '';
for($i = 2; $i <= 12; $i ++) {
- print '' . price($row[$i]) . ' | ';
+ print '' . price($row[$i]) . ' | ';
}
- print '' . price($row[13]) . ' | ';
- print '' . price($row[14]) . ' | ';
+ print '' . price($row[13]) . ' | ';
+ print '' . price($row[14]) . ' | ';
print '';
}
$db->free($resql);
@@ -274,10 +274,10 @@ if ($resql) {
else print $row[1];
print '';
for($i = 2; $i <= 12; $i++) {
- print '' . price($row[$i]) . ' | ';
+ print '' . price($row[$i]) . ' | ';
}
- print '' . price($row[13]) . ' | ';
- print '' . price($row[14]) . ' | ';
+ print '' . price($row[13]) . ' | ';
+ print '' . price($row[14]) . ' | ';
print '';
}
$db->free($resql);
@@ -329,9 +329,9 @@ if ($conf->global->MAIN_FEATURES_LEVEL > 0) // This part of code looks strange.
while ($row = $db->fetch_row($resql)) {
print '| ' . $row[0] . ' | ';
for($i = 1; $i <= 12; $i ++) {
- print '' . price($row[$i]) . ' | ';
+ print '' . price($row[$i]) . ' | ';
}
- print '' . price($row[13]) . ' | ';
+ print '' . price($row[13]) . ' | ';
print '
';
}
$db->free($resql);
diff --git a/htdocs/accountancy/supplier/lines.php b/htdocs/accountancy/supplier/lines.php
index 352a73200fb..a67386f6fbd 100644
--- a/htdocs/accountancy/supplier/lines.php
+++ b/htdocs/accountancy/supplier/lines.php
@@ -396,7 +396,7 @@ if ($result) {
print $form->textwithtooltip(dol_trunc($text, $trunclength), $objp->description);
print '';
- print '' . price($objp->total_ht) . ' | ';
+ print '' . price($objp->total_ht) . ' | ';
print '' . vatrate($objp->tva_tx.($objp->vat_src_code?' ('.$objp->vat_src_code.')':'')) . ' | ';
diff --git a/htdocs/accountancy/supplier/list.php b/htdocs/accountancy/supplier/list.php
index fc8cc10fec4..17284513650 100644
--- a/htdocs/accountancy/supplier/list.php
+++ b/htdocs/accountancy/supplier/list.php
@@ -491,7 +491,7 @@ if ($result) {
print $form->textwithtooltip(dol_trunc($text, $trunclength), $objp->description);
print '';
- print '';
+ print ' | ';
print price($objp->total_ht);
print ' | ';