Update subaccount.php
This commit is contained in:
parent
70be232316
commit
9599fb8f22
@ -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']++;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user