File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ def index
1111 @items = @items . active unless params [ :include_inactive_items ]
1212
1313 @item_categories = current_organization . item_categories . includes ( :items ) . order ( 'name ASC' )
14- @kits = current_organization . kits . includes ( item : { line_items : :item } )
14+ @kits = current_organization . kits . includes ( item : { line_items : :item } )
1515 @storages = current_organization . storage_locations . active . order ( id : :asc )
1616
1717 @include_inactive_items = params [ :include_inactive_items ]
Original file line number Diff line number Diff line change 44 end
55
66 def index
7- @kits = current_organization . kits . includes ( item : { line_items : :item } ) . class_filter ( filter_params )
7+ @kits = current_organization . kits . includes ( item : { line_items : :item } ) . class_filter ( filter_params )
88 @inventory = View ::Inventory . new ( current_organization . id )
99 unless params [ :include_inactive_items ]
1010 @kits = @kits . active
You can’t perform that action at this time.
0 commit comments