Skip to content

Commit

Permalink
Wizard taxes edit button action issue solved
Browse files Browse the repository at this point in the history
  • Loading branch information
cuneytsenturk committed Nov 8, 2018
1 parent 52c3f25 commit 9fbac1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/wizard/taxes/index.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
<i class="fa fa-ellipsis-h"></i>
</button>
<ul class="dropdown-menu dropdown-menu-right">
<li><a href="javascript:void(0);" data-href="{{ url('wizard/taxes/' . $item->id . '/edit') }}" class="tax-edit">{{ trans('general.edit') }}</a></li>
<li><a href="javascript:void(0);" data-id="{{ $item->id }}" data-href="{{ url('wizard/taxes/' . $item->id . '/edit') }}" class="tax-edit">{{ trans('general.edit') }}</a></li>
@if ($item->enabled)
<li><a href="javascript:void(0);" data-href="{{ url('wizard/taxes/' . $item->id . '/disable') }}" class="tax-disable">{{ trans('general.disable') }}</a></li>
@else
Expand Down

0 comments on commit 9fbac1d

Please sign in to comment.