init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -10,7 +10,7 @@ | ... | @@ -10,7 +10,7 @@ |
| 10 | <option value="<?=$v->code?>"><?=$v->desc?></option> | 10 | <option value="<?=$v->code?>"><?=$v->desc?></option> |
| 11 | <?php if($v->children && !empty($v->children)):?> | 11 | <?php if($v->children && !empty($v->children)):?> |
| 12 | <?php foreach ($this->session->sourceBaseType as $kk=>$vv):?> | 12 | <?php foreach ($this->session->sourceBaseType as $kk=>$vv):?> |
| 13 | <option value="<?=$vv->code?>">--<?=$vv->desc?></option> | 13 | <option value="<?=$vv->code?>"> --<?=$vv->desc?></option> |
| 14 | <?php endforeach;?> | 14 | <?php endforeach;?> |
| 15 | <?php endif;?> | 15 | <?php endif;?> |
| 16 | <?php endforeach;?> | 16 | <?php endforeach;?> | ... | ... |
-
Please register or sign in to post a comment