We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Boa tarde Precisei fazer uma alteração no blocoIX Do DANFCE. Não estava exibindo nas informações complementares e sobre tributos.
No bloco estava buscando a TAG errada.
$valor = $this->getTagValue($this->imposto, 'vTotTrib');
e alterei para
$valor = $this->getTagValue($this->ICMSTot, 'vTotTrib');
The text was updated successfully, but these errors were encountered:
ISSUE nfephp-org#526 ajustes para capturar o vTotTrib no BLOCO IX
5d7305a
Merge pull request #529 from robmachado/master
c54adbb
ISSUE #526 ajustes para capturar o vTotTrib no BLOCO IX
No branches or pull requests
Boa tarde
Precisei fazer uma alteração no blocoIX Do DANFCE.
Não estava exibindo nas informações complementares e sobre tributos.
No bloco estava buscando a TAG errada.
$valor = $this->getTagValue($this->imposto, 'vTotTrib');
e alterei para
$valor = $this->getTagValue($this->ICMSTot, 'vTotTrib');
The text was updated successfully, but these errors were encountered: