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>
|
||||
|
||||
Reference in New Issue
Block a user