Update html.formcompany.class.php
This commit is contained in:
parent
49a74c2b3b
commit
09954a3047
@ -1077,7 +1077,7 @@ class FormCompany extends Form
|
|||||||
$out .= '<input type="submit" class="button smallpaddingimp valignmiddle" value="'.$langs->trans("Modify").'">';
|
$out .= '<input type="submit" class="button smallpaddingimp valignmiddle" value="'.$langs->trans("Modify").'">';
|
||||||
$out .= '</form>';
|
$out .= '</form>';
|
||||||
} else {
|
} else {
|
||||||
if ($selected) {
|
if ($selected > 0) {
|
||||||
$arr = $this->typent_array(0);
|
$arr = $this->typent_array(0);
|
||||||
$typent = $arr[$selected];
|
$typent = $arr[$selected];
|
||||||
$out .= $typent;
|
$out .= $typent;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user