Update subaccount.php

This commit is contained in:
Sylvain Legrand 2023-05-05 08:15:55 +02:00
parent 70be232316
commit 9599fb8f22

View File

@ -393,7 +393,7 @@ if ($resql) {
// Subaccount label
if (!empty($arrayfields['label']['checked'])) {
print "<td>";
print $obj->nature == 2 ? '<span style = "color: red;"><b>'.$obj->label.' ('.$langs->trans(" Prospect").')</b></span>' : $obj->label;
print $obj->nature == 2 ? '<span style = "color: red;"><b>'.$obj->label.' ('.$langs->trans("Prospect").')</b></span>' : $obj->label;
print "</td>\n";
if (!$i) {
$totalarray['nbfield']++;