Skip to content
New issue

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

CSOSN quando CRT=4 #628

Open
izaque opened this issue Dec 15, 2024 · 1 comment
Open

CSOSN quando CRT=4 #628

izaque opened this issue Dec 15, 2024 · 1 comment

Comments

@izaque
Copy link

izaque commented Dec 15, 2024

Na linha 3037 do Danfe.php, onde está:
if ($this->getTagValue($this->emit, 'CRT') == '1') {
$texto = 'O/CSOSN'; //Regime do Simples CRT = 1
}

Deveria ser o código a seguir quando o CRT for 4:

if ($this->getTagValue($this->emit, 'CRT') == '1' || $this->getTagValue($this->emit, 'CRT') == '4') {
$texto = 'O/CSOSN'; // Regime do Simples CRT = 1 ou 4
}

@rgioia
Copy link
Contributor

rgioia commented Dec 20, 2024

Fala @izaque!

Fiz esse PR #621 para resolver essa questão, mas ainda não foi aprovado.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants