fix
This commit is contained in:
parent
9685081967
commit
c90082925c
@ -1387,6 +1387,7 @@ class FormOther
|
||||
print '<option value="'.$obj->{$keyfield}.'">';
|
||||
}
|
||||
$label = ($langs->trans($dictionarytable.$obj->{$keyfield}) != ($dictionarytable.$obj->{$labelfield}) ? $langs->trans($dictionarytable.$obj->{$keyfield}) : $obj->{$labelfield});
|
||||
print $label;
|
||||
print '</option>';
|
||||
$i++;
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user