Fix label of some fields in dictionaries
This commit is contained in:
parent
35a30e0f8b
commit
f08870d91e
@ -1965,7 +1965,7 @@ if ($id > 0) {
|
|||||||
$valuetoshow = ($key != "Country".strtoupper($obj->country_code) ? $obj->country_code." - ".$key : $obj->country);
|
$valuetoshow = ($key != "Country".strtoupper($obj->country_code) ? $obj->country_code." - ".$key : $obj->country);
|
||||||
}
|
}
|
||||||
} elseif ($value == 'recuperableonly' || $value == 'deductible' || $value == 'category_type') {
|
} elseif ($value == 'recuperableonly' || $value == 'deductible' || $value == 'category_type') {
|
||||||
$valuetoshow = yn($valuetoshow);
|
$valuetoshow = yn($valuetoshow ? 1 : 0);
|
||||||
$class = "center";
|
$class = "center";
|
||||||
} elseif ($value == 'type_cdr') {
|
} elseif ($value == 'type_cdr') {
|
||||||
if (empty($valuetoshow)) {
|
if (empty($valuetoshow)) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user