Atualizando saídas
This commit is contained in:
parent
e7a68f218b
commit
1cdc610f66
1 changed files with 2 additions and 2 deletions
|
|
@ -72,11 +72,11 @@ try{
|
|||
|
||||
/** Nome da empresa */
|
||||
$markings->empresa_nome = new \stdClass();
|
||||
$markings->empresa_nome->value = $result->company_name;
|
||||
$markings->empresa_nome->value = $result->name_fantasy;
|
||||
|
||||
/** Documento empresa */
|
||||
$markings->empresa_cpf_ou_cnpj = new \stdClass();
|
||||
$markings->empresa_cpf_ou_cnpj->value = $Main->formatarCPF_CNPJ($result->cnpj);
|
||||
$markings->empresa_cpf_ou_cnpj->value = $Main->formatarCPF_CNPJ($result->document);
|
||||
|
||||
/** Verifica se a movimentação foi localizada */
|
||||
if($result->financial_movements_id > 0){
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue