From 0b59bd22d0d2ff46b73d893338ebec44fef9c112 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Wed, 17 Dec 2025 12:58:54 -0300 Subject: [PATCH] =?UTF-8?q?fix():=20Ajuste=20na=20rotida=20de=20exclus?= =?UTF-8?q?=C3=A3o=20de=20arquivos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../financial_movements_documents_delete.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/action/financial_movements/financial_movements_documents_delete.php b/vendor/action/financial_movements/financial_movements_documents_delete.php index 1a04314..a31cc38 100644 --- a/vendor/action/financial_movements/financial_movements_documents_delete.php +++ b/vendor/action/financial_movements/financial_movements_documents_delete.php @@ -57,7 +57,7 @@ try{ /** Preparo o formulario para retorno **/ $result = [ - 'cod' => 1, + 'cod' => 200, 'message' => 'Documento excluĂ­do com sucesso', 'title' => 'Sucesso', 'type' => 'success'