money expense category list bug fix
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
<select name="mox_moxc_id">
|
||||
<option value='null'>- nincs beállítva -</option>
|
||||
{foreach $moxc_array as $moxc}
|
||||
<option value='{$moxc->get_moxc_id()}'>{$moxc->get_moxc_name()}</select>
|
||||
<option value='{$moxc->get_moxc_id()}'>{$moxc->get_moxc_name()}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
<select name="mox_moxc_id">
|
||||
<option value='null'>- nincs beállítva -</option>
|
||||
{foreach $moxc_array as $moxc}
|
||||
<option value='{$moxc->get_moxc_id()}'{if $moxc->get_moxc_id() == $mox->get_mox_money_expense_category_moxc_id()} selected{/if}>{$moxc->get_moxc_name()}</select>
|
||||
<option value='{$moxc->get_moxc_id()}'{if $moxc->get_moxc_id() == $mox->get_mox_money_expense_category_moxc_id()} selected{/if}>{$moxc->get_moxc_name()}</option>
|
||||
{/foreach}
|
||||
</select>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user