From caa56729b34193fff63996d67b0635111252ef8b Mon Sep 17 00:00:00 2001 From: stickler-ci Date: Mon, 29 Mar 2021 14:25:36 +0000 Subject: [PATCH] Fixing style errors. --- htdocs/compta/sociales/list.php | 2 +- htdocs/compta/tva/list.php | 2 +- htdocs/salaries/list.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 75812514a73..5421a1e5450 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']++;