Skip to content

Commit

Permalink
Merge pull request nfephp-org#906 from robmachado/master
Browse files Browse the repository at this point in the history
[UPD] Resolvendo BUG vPIS na classe ConvertNFe
  • Loading branch information
robmachado authored Dec 7, 2016
2 parents 2a840fe + 09f93ac commit d336aaf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions libs/NFe/ConvertNFe.php
Original file line number Diff line number Diff line change
Expand Up @@ -1983,7 +1983,7 @@ protected function q04Entity($aCampos)
*/
protected function q05Entity($aCampos)
{
//Q05|CST|
//Q05|CST|vPIS|
$this->linhaQ[1] = $aCampos[1]; //cst
$this->linhaQ[2] = ''; //vBC
$this->linhaQ[3] = ''; //pPIS
Expand All @@ -2000,10 +2000,9 @@ protected function q05Entity($aCampos)
*/
protected function q07Entity($aCampos)
{
//Q07|vBC|pPIS|vPIS|
//Q07|vBC|pPIS|
$this->linhaQ[2] = $aCampos[1]; //vBC
$this->linhaQ[3] = $aCampos[2]; //pPIS
$this->linhaQ[4] = $aCampos[3]; //vPIS
$this->zLinhaQEntity($this->linhaQ);
}

Expand Down

0 comments on commit d336aaf

Please sign in to comment.