Fix: Se implementa estrategía para CreditNote

This commit is contained in:
2024-05-15 16:02:56 -05:00
parent 95f16b2842
commit 9c126d961b
2 changed files with 9 additions and 1 deletions

View File

@@ -184,6 +184,9 @@ class FachoXML:
def root_namespace(self):
return etree.QName(self.root).namespace
def root_localname(self):
return etree.QName(self.root).localname
def append_element(self, elem, new_elem):
# elem = self.find_or_create_element(xpath, append=append)
# self.builder.append(elem, new_elem)