Skip to content

Commit

Permalink
Merge pull request #39 from mathmarques/mathmarques-patch-1
Browse files Browse the repository at this point in the history
Permite campos extras para AC
  • Loading branch information
marabesi authored Jan 5, 2020
2 parents e450c39 + cca5982 commit 912f662
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions lib/Sped/Gnre/Sefaz/Estados/AC.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,4 @@
class AC extends Padrao
{


/**
* Estado do Acre não possui campos extras. Com esse método mesmo que
* seja informado qualquer campo extra na $gnreGuia não vamos adicionar
* no XML
* {@inheritdoc}
*/
public function getNodeCamposExtras(\DOMDocument $gnre, Guia $gnreGuia)
{
return null;
}
}

0 comments on commit 912f662

Please sign in to comment.