266: Updating with rohans suggestions to tidy up and 'rubify' the code. Thanks for the tips Rohan!

This commit is contained in:
Lynne Davis
2014-11-14 15:56:07 +00:00
parent 15f29f4c8e
commit 03b59eae75
3 changed files with 5 additions and 21 deletions

View File

@@ -631,7 +631,7 @@ Spree::Admin::ReportsController.class_eval do
:orders_and_fulfillment => {:name => "Orders & Fulfillment Reports", :description => ''},
:customers => {:name => "Customers", :description => 'Customer details'},
:products_and_inventory => {:name => "Products & Inventory", :description => ''},
:order_cycle_management => {:name => "UK Order Cycle Management", :description => ''}
:order_cycle_management => {:name => "Order Cycle Management", :description => ''}
}
# Return only reports the user is authorized to view.