Skip to content

Commit

Permalink
Get Items from IT Management Table
Browse files Browse the repository at this point in the history
Positions reversed when you do Get Items From IT Checklist
  • Loading branch information
majubewi authored Oct 1, 2021
1 parent 9322831 commit 1396619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion it_management/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def get_items_from_childtable(data):
WHERE parent in {parentselections_f_string}
ORDER BY
parent DESC,
idx DESC;
idx ASC;
""", as_dict=1)

print(data)
Expand Down

0 comments on commit 1396619

Please sign in to comment.