From 2c319920b19a59e0210b0a65feaf80456f4865b1 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Sat, 6 Sep 2025 08:21:07 -0300 Subject: [PATCH] Atualizando documents_form.php --- vendor/view/documents/documents_form.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/vendor/view/documents/documents_form.php b/vendor/view/documents/documents_form.php index 7d5d75b..cf5ed35 100644 --- a/vendor/view/documents/documents_form.php +++ b/vendor/view/documents/documents_form.php @@ -273,7 +273,7 @@ try{ - + @@ -307,8 +307,6 @@ try{ /** Caso selecione outro cliente, atualizo o valor */ $('.company_id_select').change(function(){ - alert($('.company_id_select option:selected').val()); - $('.company_id_input').val($('.company_id_select option:selected').val()); });