init
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -36,7 +36,7 @@ | ... | @@ -36,7 +36,7 @@ |
| 36 | <span class="select-box"> | 36 | <span class="select-box"> |
| 37 | <select class="select table_search" size="1"> | 37 | <select class="select table_search" size="1"> |
| 38 | <option value="" selected>来源</option> | 38 | <option value="" selected>来源</option> |
| 39 | <?php foreach ($this->session->source as $k=>$v):?> | 39 | <?php foreach ($this->session->repaymentPlanSource as $k=>$v):?> |
| 40 | <option value="<?=$v->id?>"><?=$v->name?></option> | 40 | <option value="<?=$v->id?>"><?=$v->name?></option> |
| 41 | <?php endforeach;?> | 41 | <?php endforeach;?> |
| 42 | </select> | 42 | </select> | ... | ... |
-
Please register or sign in to post a comment