Fixing style errors.

This commit is contained in:
stickler-ci 2021-03-29 14:25:36 +00:00
parent c8e40727c2
commit caa56729b3
3 changed files with 3 additions and 3 deletions

View File

@ -591,7 +591,7 @@ while ($i < min($num, $limit)) {
// Type
if (!empty($arrayfields['cs.fk_mode_reglement']['checked'])) {
print '<td>';
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 '</td>';
if (!$i) {
$totalarray['nbfield']++;

View File

@ -477,7 +477,7 @@ while ($i < min($num, $limit)) {
// Type
if (!empty($arrayfields['t.fk_typepayment']['checked'])) {
print '<td>';
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 '</td>';
if (!$i) {
$totalarray['nbfield']++;

View File

@ -568,7 +568,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
// Type
print '<td>';
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 '</td>';
if (!$i) {
$totalarray['nbfield']++;