We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d35cf2 commit 221e66cCopy full SHA for 221e66c
1 file changed
inventree/build.py
@@ -54,6 +54,7 @@ def getLines(self, **kwargs):
54
""" Return the build line items associated with this build order """
55
return BuildLine.list(self._api, build=self.pk, **kwargs)
56
57
+
58
class BuildLine(
59
inventree.base.InventreeObject,
60
):
0 commit comments