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

#722 - fixed access to ftl variable

parent ffe53f08
No related branches found
No related tags found
No related merge requests found
Pipeline #6759 passed
......@@ -196,7 +196,7 @@
<#assign buttonEditFutureClasses='text-black hidden'/>
</#if>
<#if isEdit>
<#if isEdit && actualOccurrenceTransactionId??>
<@header.buttonLink url='/transactions/' + actualOccurrenceTransactionId?c + '/editFutureRepetitions' icon='move_up' localizationKey='repeating.button.edit.future' id='button-transaction-edit-future-occurrences' color='background-blue-baby' classes="${buttonEditFutureClasses}"/>
</#if>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment