Continue adding product variants
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
moduleForModel 'product', 'Product model',
|
||||
needs: [
|
||||
'model:product_variant',
|
||||
'model:product_category',
|
||||
'model:section_area',
|
||||
'model:product_order',
|
||||
'model:order',
|
||||
'model:supplier'
|
||||
]
|
||||
|
||||
#test "Nothing yet", ->
|
||||
#element = @subject()
|
||||
#assert 2, 2
|
||||
@@ -1,5 +1,5 @@
|
||||
moduleForModel 'section-element', 'Section element model',
|
||||
needs: ['model:section', 'model:table']
|
||||
needs: ['model:section', 'model:table', 'model:section-area']
|
||||
|
||||
test "box_size", ->
|
||||
element = @subject
|
||||
|
||||
Reference in New Issue
Block a user