Skip to content

Commit

Permalink
Merge e41ce33 into 8768b24
Browse files Browse the repository at this point in the history
  • Loading branch information
felipepaloschi committed Oct 3, 2019
2 parents 8768b24 + e41ce33 commit d8c280f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pytrustnfe/nfe/danfe.py
Original file line number Diff line number Diff line change
Expand Up @@ -762,9 +762,9 @@ def produtos(self, oXML=None, el_det=None, index=0, max_index=0,
tagtext(oNode=el_prod, cTag='vUnCom')))
self.stringRight(nMr - 50.5, nLin, format_number(
tagtext(oNode=el_prod, cTag='vProd')))
self.stringRight(nMr - 38.5, nLin, format_number(vBC))
self.stringRight(nMr - 26.5, nLin, format_number(vICMS))
self.stringRight(nMr - 7.5, nLin, format_number(pICMS))
self.stringRight(nMr - 38.5, nLin, format_number(vBC or '0.00'))
self.stringRight(nMr - 26.5, nLin, format_number(vICMS or '0.00'))
self.stringRight(nMr - 7.5, nLin, format_number(pICMS or '0.00'))

self.stringRight(nMr - 14.5, nLin, format_number(vIPI or '0.00'))
self.stringRight(nMr - 0.5, nLin, format_number(pIPI or '0.00'))
Expand Down

0 comments on commit d8c280f

Please sign in to comment.