FIX : quote forgotten in merge
This commit is contained in:
parent
e7c030f576
commit
f9a1b5fd3e
@ -570,7 +570,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Type
|
// Type
|
||||||
print '<td>'.$langs->trans("PaymentTypeShort".$obj->payment_code).</td>';
|
print '<td>'.$langs->trans("PaymentTypeShort".$obj->payment_code).'</td>';
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user