FIX : quote forgotten in merge

This commit is contained in:
Gauthier PC portable 024
2021-03-08 09:21:03 +01:00
parent e7c030f576
commit f9a1b5fd3e

View File

@@ -570,7 +570,7 @@ while ($i < ($limit ? min($num, $limit) : $num)) {
}
// Type
print '<td>'.$langs->trans("PaymentTypeShort".$obj->payment_code).</td>';
print '<td>'.$langs->trans("PaymentTypeShort".$obj->payment_code).'</td>';
if (!$i) {
$totalarray['nbfield']++;
}