Skip to content

Commit

Permalink
fix: Removed call-next button from ticket dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriolino committed Sep 30, 2023
1 parent 0a857c0 commit 96efa7a
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions Resources/views/default/index.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@
<div class="card-header">
{{ 'label.customer'|trans }}
<a href="#dialog-customer" data-toggle="modal" v-if="atendimento.status !== 'chamado'" class="pull-right">
<i class="fa fa-edit"></i>
Editar <i class="fa fa-edit"></i>
</a>
</div>
<table class="table">
Expand Down Expand Up @@ -675,14 +675,6 @@
</tbody>
</table>
</div>
<div class="modal-footer" v-if="atendimentoInfo">
<button type="button" class="btn btn-primary"
v-bind:disabled="busy"
v-on:click="chamarServico(atendimentoInfo.servico)"
v-if="atendimentoInfo.status === 'emitida'">
<span>{{ 'button.call'|trans }}</span>
</button>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 96efa7a

Please sign in to comment.