material-types
This commit is contained in:
@@ -37,4 +37,5 @@ class Price(Quantity):
|
||||
class Material(Quantity):
|
||||
class Meta(Quantity.Meta):
|
||||
name = 'material'
|
||||
type, path = Quantity.Meta.get_type_and_path(name)
|
||||
type, path = Quantity.Meta.get_type_and_path(name)
|
||||
material_types = jsonapi_requests.orm.RelationField('material_type')
|
||||
Reference in New Issue
Block a user