Skip to content

Commit

Permalink
Ao excluir serviço de uma OS o log não informava de qual OS o serviço…
Browse files Browse the repository at this point in the history
… foi escluído (#2358)
  • Loading branch information
juliolobo authored Mar 23, 2024
1 parent 3c4100d commit 8cc3ca5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion application/views/os/editarOs.php
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,6 @@ function validarDesconto(resultado, valor) {
type: "POST",
url: "<?php echo base_url(); ?>index.php/os/excluirServico",
data: "idServico=" + idServico + "&idOs=" + idOS,
data: "idServico=" + idServico,
dataType: 'json',
success: function(data) {
if (data.result == true) {
Expand Down

0 comments on commit 8cc3ca5

Please sign in to comment.