Atualizando saídas

This commit is contained in:
Kenio 2025-08-09 17:34:11 -03:00
parent e7a68f218b
commit 1cdc610f66

View file

@ -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){