Skip to content
Snippets Groups Projects
Commit 27122f4c8bc3 authored by Houzefa Abbasbhay's avatar Houzefa Abbasbhay :slight_smile:
Browse files

Fix issues when there is no analytic structure

parent b366006f0d64
No related branches found
No related tags found
No related merge requests found
- Fix issues when there is no analytic structure
analytic_structure 1.9
- Add License and Copyright (AGPL & XCG)
......
......@@ -308,7 +308,7 @@
attrs[attr] = value
parent.append(etree.Element('field', attrs))
parent.extend(next_children)
parent.extend(next_children)
view['arch'] = etree.tostring(doc)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment