Merge branch 'fix_list_uniformization' of github.com:atm-gauthier/dolibarr into fix_list_uniformization

This commit is contained in:
Gauthier PC portable 024 2021-03-29 16:27:59 +02:00
commit 28620fe8d8
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']++;