From 6942d869de3a301c1fd82deace82ee6a460679f4 Mon Sep 17 00:00:00 2001 From: Barreto <45976190+barretowiisk@users.noreply.github.com> Date: Sat, 16 Sep 2023 23:36:55 -0300 Subject: [PATCH] Update Os.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Exclusão de linhas de erro apresentado na aba Ordem de Serviço --- application/controllers/Os.php | 8 -------- 1 file changed, 8 deletions(-) diff --git a/application/controllers/Os.php b/application/controllers/Os.php index e144235cb..de9bf79ad 100644 --- a/application/controllers/Os.php +++ b/application/controllers/Os.php @@ -844,14 +844,6 @@ public function anexar() } } - if (count($error) > 0) { - echo json_encode(['result' => false, 'mensagem' => 'Nenhum arquivo foi anexado.']); - } else { - log_info('Adicionou anexo(s) a uma OS. ID (OS): ' . $this->input->post('idOsServico')); - echo json_encode(['result' => true, 'mensagem' => 'Arquivo(s) anexado(s) com sucesso .']); - } - } - public function excluirAnexo($id = null) { if ($id == null || !is_numeric($id)) {