Atualizando documents_form.php
This commit is contained in:
parent
0651ba86d8
commit
2c319920b1
1 changed files with 1 additions and 3 deletions
4
vendor/view/documents/documents_form.php
vendored
4
vendor/view/documents/documents_form.php
vendored
|
|
@ -273,7 +273,7 @@ try{
|
|||
|
||||
<?php }} ?>
|
||||
|
||||
<input type="text" name="company_id" id="company_id" class="company_id_input">
|
||||
<input type="hidden" name="company_id" id="company_id" class="company_id_input">
|
||||
<input type="hidden" name="documents_id" id="documents_id" value="<?php echo $DocumentsResult->documents_id;?>">
|
||||
<input type="hidden" name="TABLE" value="documents" />
|
||||
<input type="hidden" name="ACTION" value="documents_save" />
|
||||
|
|
@ -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());
|
||||
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue