diff --git a/htdocs/compta/sociales/list.php b/htdocs/compta/sociales/list.php
index 84bd878a1e6..b83df0b90b6 100644
--- a/htdocs/compta/sociales/list.php
+++ b/htdocs/compta/sociales/list.php
@@ -591,7 +591,7 @@ while ($i < min($num, $limit)) {
// Type
if (!empty($arrayfields['cs.fk_mode_reglement']['checked'])) {
print '
';
- if(!empty($obj->payment_code)) print $langs->trans("PaymentTypeShort".$obj->payment_code);
+ if (!empty($obj->payment_code)) print $langs->trans("PaymentTypeShort".$obj->payment_code);
print ' | ';
if (!$i) {
$totalarray['nbfield']++;
diff --git a/htdocs/compta/tva/list.php b/htdocs/compta/tva/list.php
index 061ab619e64..b509570fa41 100644
--- a/htdocs/compta/tva/list.php
+++ b/htdocs/compta/tva/list.php
@@ -477,7 +477,7 @@ while ($i < min($num, $limit)) {
// Type
if (!empty($arrayfields['t.fk_typepayment']['checked'])) {
print '';
- if(!empty($obj->payment_code)) print $langs->trans("PaymentTypeShort".$obj->payment_code);
+ if (!empty($obj->payment_code)) print $langs->trans("PaymentTypeShort".$obj->payment_code);
print ' | ';
if (!$i) {
$totalarray['nbfield']++;
diff --git a/htdocs/salaries/list.php b/htdocs/salaries/list.php
index 8424247b84d..d60a583c3f8 100644
--- a/htdocs/salaries/list.php
+++ b/htdocs/salaries/list.php
@@ -568,7 +568,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
// Type
print '';
- if(!empty($obj->payment_code)) print $langs->trans("PaymentTypeShort".$obj->payment_code);
+ if (!empty($obj->payment_code)) print $langs->trans("PaymentTypeShort".$obj->payment_code);
print ' | ';
if (!$i) {
$totalarray['nbfield']++;