Debug Documents
This commit is contained in:
parent
811728bffb
commit
38326fd811
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
|
|
@ -302,7 +302,7 @@ try{
|
|||
/** Verifica se o cliente foi informado */
|
||||
if($DocumentsResult->documents_id > 0){ ?>
|
||||
|
||||
$('#company_id').val(<?php echo $DocumentsResult->company_id > 0;?>);
|
||||
$('#company_id').val(<?php echo $DocumentsResult->company_id;?>);
|
||||
alert();
|
||||
|
||||
<?php } ?>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue