diff --git a/resources/views/v1/transactions/convert.twig b/resources/views/v1/transactions/convert.twig index 7892fca981..6648e0a9f1 100644 --- a/resources/views/v1/transactions/convert.twig +++ b/resources/views/v1/transactions/convert.twig @@ -201,7 +201,6 @@ transaction.destination_type == 'Debt' or transaction.destination_type == 'Mortgage' %} {# if new source is Liability, destination must be expense account. #} - {# hier ben je. #} - {# - - - {{ ExpandedForm.staticText('description', ''~journal.description~'') }} - {{ ExpandedForm.staticText('type', sourceType.type|_) }} - {{ ExpandedForm.staticText('date', journal.date.formatLocalized(monthAndDayFormat)) }} - #} {# in case of withdrawal #} - {% if sourceType.type == "Withdrawal" %} {{ ExpandedForm.staticText('source_account_asset', ''~sourceAccount.name|escape~'') }} {# if destination is cash, show (cash) #} @@ -294,14 +285,12 @@ {% endif %} {% endif %} - #} {# in case of transfer #} {% if sourceType.type == "Transfer" %} {{ ExpandedForm.staticText('source_account_asset', ''~sourceAccount.name|escape~'') }} {{ ExpandedForm.staticText('destination_account_asset', ''~destinationAccount.name|escape~'') }} {% endif %} - #}