Debug Documents
This commit is contained in:
parent
9413b7f2b6
commit
107dbd438a
1 changed files with 1 additions and 1 deletions
2
vendor/view/documents/documents_form.php
vendored
2
vendor/view/documents/documents_form.php
vendored
|
|
@ -305,7 +305,7 @@ try{
|
|||
$('.company_id_input').val(<?php echo $DocumentsResult->company_id;?>);
|
||||
|
||||
/** Caso selecione outro cliente, atualizo o valor */
|
||||
$('company_id_select').change(function(){
|
||||
$('.company_id_select').change(function(){
|
||||
|
||||
$('.company_id_input').val($('.company_id_input option:selected').val());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue