remove print
This commit is contained in:
parent
2af92a9a6d
commit
5a0153adfa
1 changed files with 0 additions and 2 deletions
|
@ -358,8 +358,6 @@ class Incoming(metaclass=PoolMeta):
|
||||||
lines[x].sequence = x + 1
|
lines[x].sequence = x + 1
|
||||||
invoice.lines = lines
|
invoice.lines = lines
|
||||||
invoice.on_change_lines()
|
invoice.on_change_lines()
|
||||||
|
|
||||||
print('\n## parsed-data:', self.parsed_data)
|
|
||||||
return invoice
|
return invoice
|
||||||
|
|
||||||
def _readxml_facturx_extended(self, xmltree):
|
def _readxml_facturx_extended(self, xmltree):
|
||||||
|
|
Loading…
Reference in a new issue