diff --git a/pytrustnfe/nfe/danfce.py b/pytrustnfe/nfe/danfce.py index fabab918..469dadac 100644 --- a/pytrustnfe/nfe/danfce.py +++ b/pytrustnfe/nfe/danfce.py @@ -221,7 +221,7 @@ def _draw_product_table(self, rows, colWidths, rowHeights): ) w, h = table.wrapOn(self.canvas, 200, 450) - table.drawOn(self.canvas, 0, self.current_height - (h * 1.2)) + table.drawOn(self.canvas, 0, self.current_height - h) self.current_height -= h * 1.1 def totais(self, oXML=None): diff --git a/pytrustnfe/nfe/danfe.py b/pytrustnfe/nfe/danfe.py index 93b89ba8..864fe54f 100644 --- a/pytrustnfe/nfe/danfe.py +++ b/pytrustnfe/nfe/danfe.py @@ -104,6 +104,7 @@ def tagtext(oNode=None, cTag=None): "1": "Simples Nacional", "2": "Simples Nacional, excesso sublimite de receita bruta", "3": "Regime Normal", + "4": "Simples Nacional – Microempreendedor Individual – MEI", }