se adiciona NIE069 y NIE070

FossilOrigin-Name: e907e9c9bd118f8a86ca5a27ce283b2d5a4fedcf55f8a850b588480cbf793a79
This commit is contained in:
bit4bit
2021-11-04 00:30:18 +00:00
parent f975e666ee
commit 2b76cf6a10
3 changed files with 24 additions and 0 deletions

View File

@@ -275,6 +275,7 @@ class FachoXML:
"""
xpath = self._path_xpath_for(xpath)
elem = self.get_element(xpath)
for k, v in attrs.items():
self.builder.set_attribute(elem, k, v)
return self

View File

@@ -12,3 +12,4 @@ from .fe import DianZIP
from .fe import AMBIENTE_PRUEBAS
from .fe import AMBIENTE_PRODUCCION
from . import form_xml
from . import nomina