Skip to content

Commit

Permalink
Fix #2416
Browse files Browse the repository at this point in the history
  • Loading branch information
JC5 committed Aug 13, 2019
1 parent ed56513 commit a9baf54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/v1/transactions/index.twig
Expand Up @@ -24,7 +24,7 @@
</div>
<div class="box-body no-padding">
<div style="padding:8px;">
<a href="{{ route('transactions.create', ['withdrawal']) }}" class="btn btn-success"><i class="fa fa-plus fa-fw"></i> {{ 'create_new_transaction'|_ }}</a>
<a href="{{ route('transactions.create', [objectType]) }}" class="btn btn-success"><i class="fa fa-plus fa-fw"></i> {{ 'create_new_transaction'|_ }}</a>
</div>
{# actual list #}
{% include 'list.groups' %}
Expand Down

0 comments on commit a9baf54

Please sign in to comment.