From 9413b7f2b6ecf48ca33523aadc2968d7ba36cc6e Mon Sep 17 00:00:00 2001 From: Kenio de Souza Date: Sat, 6 Sep 2025 08:04:52 -0300 Subject: [PATCH] Debug Documents --- vendor/view/documents/documents_form.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vendor/view/documents/documents_form.php b/vendor/view/documents/documents_form.php index b334163..fa8ff16 100644 --- a/vendor/view/documents/documents_form.php +++ b/vendor/view/documents/documents_form.php @@ -86,7 +86,7 @@ try{ - - + @@ -302,12 +302,12 @@ try{ /** Verifica se o cliente foi informado */ if($DocumentsResult->documents_id > 0){ ?> - $('input:#company_id').val(company_id;?>); + $('.company_id_input').val(company_id;?>); /** Caso selecione outro cliente, atualizo o valor */ - $('select:#company_id').change(function(){ + $('company_id_select').change(function(){ - $('input:#company_id').val($('select:#company_id option:selected').val()); + $('.company_id_input').val($('.company_id_input option:selected').val()); });