diff --git a/htdocs/accountancy/journal/bankjournal.php b/htdocs/accountancy/journal/bankjournal.php
index 70d54456c61..cce4c33e383 100644
--- a/htdocs/accountancy/journal/bankjournal.php
+++ b/htdocs/accountancy/journal/bankjournal.php
@@ -1122,9 +1122,9 @@ if (empty($action) || $action == 'view') {
}
print "";
print "
" . $reflabel . " | ";
- print "" . $val["type_payment"] . " | ";
- print "" . ($mt < 0 ? price(- $mt) : '') . " | ";
- print "" . ($mt >= 0 ? price($mt) : '') . " | ";
+ print '' . $val["type_payment"] . " | ";
+ print '' . ($mt < 0 ? price(- $mt) : '') . " | ";
+ print '' . ($mt >= 0 ? price($mt) : '') . " | ";
print "";
}
}
@@ -1158,9 +1158,9 @@ if (empty($action) || $action == 'view') {
*/
print "";
print "" . $reflabel . " | ";
- print "" . $val["type_payment"] . " | ";
- print "" . ($mt < 0 ? price(- $mt) : '') . " | ";
- print "" . ($mt >= 0 ? price($mt) : '') . " | ";
+ print '' . $val["type_payment"] . " | ";
+ print '' . ($mt < 0 ? price(- $mt) : '') . " | ";
+ print '' . ($mt >= 0 ? price($mt) : '') . " | ";
print "";
}
}