Skip to content

Commit

Permalink
added close feature in ticketsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
kokspflanze committed Aug 30, 2015
1 parent 211aa6e commit 5eb3550
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions view/zfc-ticket-system/ticket-system/index.twig
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<i class="fa fa-edit"></i>
{{ translate('View') }}
</a>
{% if (ticketSubject.getTyp != 2) %}
{% if (ticketSubject.getType != 2) %}
<a href="{{ url('zfc-ticketsystem', {'id':ticketSubject.getId, 'action':'close-ticket'}) }}" class="btn btn-warning btn-sm">
<i class="fa fa-times"></i> Close
<i class="fa fa-times"></i> {{ translate('Close') }}
</a>
{% endif %}
</td>
Expand Down

0 comments on commit 5eb3550

Please sign in to comment.