From 0651ba86d8034ec2546b90df00375f3abbdea258 Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Sat, 6 Sep 2025 08:19:27 -0300 Subject: [PATCH] Debug Documents --- vendor/view/documents/documents_form.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/vendor/view/documents/documents_form.php b/vendor/view/documents/documents_form.php index ef81b16..7d5d75b 100644 --- a/vendor/view/documents/documents_form.php +++ b/vendor/view/documents/documents_form.php @@ -307,7 +307,9 @@ try{ /** Caso selecione outro cliente, atualizo o valor */ $('.company_id_select').change(function(){ - $('.company_id_input').val($('.company_id_input option:selected').val()); + alert($('.company_id_select option:selected').val()); + + $('.company_id_input').val($('.company_id_select option:selected').val()); });