mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix warnings
This commit is contained in:
@@ -1134,7 +1134,7 @@ class FormCompany extends Form
|
||||
} else {
|
||||
if ($selected > 0) {
|
||||
$arr = $this->typent_array(0);
|
||||
$typent = $arr[$selected];
|
||||
$typent = empty($arr[$selected]) ? '' : $arr[$selected];
|
||||
$out .= $typent;
|
||||
} else {
|
||||
$out .= " ";
|
||||
|
||||
Reference in New Issue
Block a user