Skip to content

Commit

Permalink
Exposto função que retorna totais da nota
Browse files Browse the repository at this point in the history
  • Loading branch information
mazinsw committed Jul 6, 2018
1 parent 7a237fc commit fb2ab0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/NFe/Core/Nota.php
Original file line number Diff line number Diff line change
Expand Up @@ -1410,7 +1410,7 @@ public function gerarID()
return $id.Util::getDAC($id, 11);
}

protected function getTotais()
public function getTotais()
{
$total = [];
$total['produtos'] = 0.00;
Expand Down

0 comments on commit fb2ab0d

Please sign in to comment.