just sending files

This commit is contained in:
Senad Uka
2015-06-06 08:41:54 +02:00
parent 328067e78b
commit 19be6829f3
3 changed files with 46 additions and 13 deletions

View File

@@ -7,5 +7,9 @@ class ReportsController < ApplicationController
def orders_to_confirm
@report = Item.orders_to_confirm
end
def orders_to_pack
@report = Item.orders_to_pack
end
end