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

#385 - removed isPayment switch

parent 4c6677f6
No related branches found
No related tags found
No related merge requests found
Pipeline #1370 passed
...@@ -26,9 +26,7 @@ ...@@ -26,9 +26,7 @@
<form name="NewTransaction" action="<@s.url '/transactions/newTransaction/transfer'/>" method="post" onsubmit="return validateForm()"> <form name="NewTransaction" action="<@s.url '/transactions/newTransaction/transfer'/>" method="post" onsubmit="return validateForm()">
<input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/> <input type="hidden" name="${_csrf.parameterName}" value="${_csrf.token}"/>
<input type="hidden" name="ID" value="<#if transaction.getID()??>${transaction.getID()?c}</#if>"> <input type="hidden" name="ID" value="<#if transaction.getID()??>${transaction.getID()?c}</#if>">
<input type="hidden" name="isPayment" value="true">
<#-- isPayment switch -->
<@newTransactionMacros.isExpenditureSwitch transaction/>
<#-- name --> <#-- name -->
<@newTransactionMacros.transactionName transaction/> <@newTransactionMacros.transactionName transaction/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment