Skip to content
Snippets Groups Projects
Commit f87a44d2 authored by Robert Goldmann's avatar Robert Goldmann
Browse files

#133 - fixed error on saving a transaction without selecting a category

parent 69351dfa
No related branches found
No related tags found
No related merge requests found
Pipeline #4617 failed
......@@ -127,7 +127,7 @@
</div>
</div>
<input type="hidden" name="category" id="hidden-input-category"/>
<input type="hidden" name="category" id="hidden-input-category" <#if selectedCategory??>value="${selectedCategory.getID()?c}"</#if>/>
</#macro>
<#macro categorySelectOption category isSelected>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment