diff --git a/htdocs/accountancy/journal/purchasesjournal.php b/htdocs/accountancy/journal/purchasesjournal.php
index 8dbcc0989ce..ee59481a419 100644
--- a/htdocs/accountancy/journal/purchasesjournal.php
+++ b/htdocs/accountancy/journal/purchasesjournal.php
@@ -788,8 +788,8 @@ if (empty($action) || $action == 'view') {
print "
" . $langs->trans("AccountAccounting") . " | ";
print "" . $langs->trans("SubledgerAccount") . " | ";
print "" . $langs->trans("LabelOperation") . " | ";
- print "" . $langs->trans("Debit") . " | ";
- print "" . $langs->trans("Credit") . " | ";
+ print '' . $langs->trans("Debit") . " | ";
+ print '' . $langs->trans("Credit") . " | ";
print "\n";
$r = '';
@@ -893,8 +893,8 @@ if (empty($action) || $action == 'view') {
else print $accountoshow;
print '';
print "" . $companystatic->getNomUrl(0, 'supplier', 16) . ' - ' . $invoicestatic->ref_supplier . ' - ' . $langs->trans("SubledgerAccount") . " | ";
- print ''. ($mt < 0 ? price(- $mt) : '') . " | ";
- print '' . ($mt >= 0 ? price($mt) : '') . " | ";
+ print ''. ($mt < 0 ? price(- $mt) : '') . " | ";
+ print '' . ($mt >= 0 ? price($mt) : '') . " | ";
print "";
//}
}
@@ -924,8 +924,8 @@ if (empty($action) || $action == 'view') {
$companystatic->id = $tabcompany[$key]['id'];
$companystatic->name = $tabcompany[$key]['name'];
print "" . $companystatic->getNomUrl(0, 'supplier', 16) . ' - ' . $invoicestatic->ref_supplier . ' - ' . $accountingaccount->label . " | ";
- print '' . ($mt >= 0 ? price($mt) : '') . " | ";
- print '' . ($mt < 0 ? price(- $mt) : '') . " | ";
+ print '' . ($mt >= 0 ? price($mt) : '') . " | ";
+ print '' . ($mt < 0 ? price(- $mt) : '') . " | ";
print "";
//}
}
@@ -958,8 +958,8 @@ if (empty($action) || $action == 'view') {
print "";
print $companystatic->getNomUrl(0, 'supplier', 16) . ' - ' . $invoicestatic->ref_supplier . ' - ' . $langs->trans("VAT"). ' '.join(', ', $def_tva[$key][$k]).' %'.($numtax?' - Localtax '.$numtax:'');
print " | ";
- print '' . ($mt >= 0 ? price($mt) : '') . " | ";
- print '' . ($mt < 0 ? price(- $mt) : '') . " | ";
+ print '' . ($mt >= 0 ? price($mt) : '') . " | ";
+ print '' . ($mt < 0 ? price(- $mt) : '') . " | ";
print "";
}
}
@@ -987,8 +987,8 @@ if (empty($action) || $action == 'view') {
print "";
print ' | ';
print "" . $companystatic->getNomUrl(0, 'supplier', 16) . ' - ' . $invoicestatic->ref_supplier . ' - ' . $langs->trans("VAT") . " NPR (counterpart) | ";
- print '' . ($mt < 0 ? price(- $mt) : '') . " | ";
- print '' . ($mt >= 0 ? price($mt) : '') . " | ";
+ print '' . ($mt < 0 ? price(- $mt) : '') . " | ";
+ print '' . ($mt >= 0 ? price($mt) : '') . " | ";
print "";
}
}