Update subaccount.php
This commit is contained in:
parent
70be232316
commit
9599fb8f22
@ -393,7 +393,7 @@ if ($resql) {
|
|||||||
// Subaccount label
|
// Subaccount label
|
||||||
if (!empty($arrayfields['label']['checked'])) {
|
if (!empty($arrayfields['label']['checked'])) {
|
||||||
print "<td>";
|
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";
|
print "</td>\n";
|
||||||
if (!$i) {
|
if (!$i) {
|
||||||
$totalarray['nbfield']++;
|
$totalarray['nbfield']++;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user