added orders to confirm report / phone allows more digits now / added reports to rails admin navigation
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
class ReportsController < ApplicationController
|
||||
|
||||
class ReportsController < ApplicationController
|
||||
def items_to_order
|
||||
@report = Item.items_to_order
|
||||
end
|
||||
|
||||
|
||||
def orders_to_confirm
|
||||
@report = Item.orders_to_confirm
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user