Skip to content

Commit

Permalink
OIM plugin: tuples gone
Browse files Browse the repository at this point in the history
  • Loading branch information
hefischer committed Nov 29, 2018
1 parent 915065d commit 7731f24
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions arelle/plugin/saveLoadableOIM.py
Expand Up @@ -355,9 +355,10 @@ def factAspects(fact):
else:
_sUnit = _sMul
aspects[str(qnOimUnitAspect)] = _sUnit
if parent.qname != XbrlConst.qnXbrliXbrl:
aspects[str(qnOimTupleParentAspect)] = parent.id if parent.id else "f{}".format(parent.objectIndex)
aspects[str(qnOimTupleOrderAspect)] = elementIndex(fact)
# Tuples removed from xBRL-JSON
#if parent.qname != XbrlConst.qnXbrliXbrl:
# aspects[str(qnOimTupleParentAspect)] = parent.id if parent.id else "f{}".format(parent.objectIndex)
# aspects[str(qnOimTupleOrderAspect)] = elementIndex(fact)

if isJSON:
_footnotes = factFootnotes(fact)
Expand Down

0 comments on commit 7731f24

Please sign in to comment.