b58c9413 by yangjianbin

init

1 parent 2c3c081d
......@@ -36,7 +36,7 @@
<span class="form-control select-box">
<select class="select" size="1" name="repaymentMode">
<?php foreach ($this->session->repayments as $k=>$v):?>
<option <?=$v == $data->repaymentMode ? 'selected' : '' ?> value="<?=$k?>"><?=$v?></option>
<option value="<?=$k?>"><?=$v?></option>
<?php endforeach;?>
</select>
</span>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!