init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -225,7 +225,7 @@ | ... | @@ -225,7 +225,7 @@ |
| 225 | <span class="form-control select-box"> | 225 | <span class="form-control select-box"> |
| 226 | <select class="select" size="1"> | 226 | <select class="select" size="1"> |
| 227 | <?php foreach ($this->session->unitEnum as $k=>$v):?> | 227 | <?php foreach ($this->session->unitEnum as $k=>$v):?> |
| 228 | <option <?=$clientUnitOutputVO->unitNature == $k ? 'selected' : ''?> value="<?=$k?>"><?=$v?></option> | 228 | <option <?=$clientUnitOutputVO && $clientUnitOutputVO->unitNature == $k ? 'selected' : ''?> value="<?=$k?>"><?=$v?></option> |
| 229 | <?php endforeach;?> | 229 | <?php endforeach;?> |
| 230 | </select> | 230 | </select> |
| 231 | </span> | 231 | </span> | ... | ... |
-
Please register or sign in to post a comment