mirror of
https://github.com/rickbarrette/redmine_qbo.git
synced 2026-02-13 01:03:59 -05:00
Removed Vehicles
This commit is contained in:
1
init.rb
1
init.rb
@@ -38,7 +38,6 @@ Redmine::Plugin.register :redmine_qbo do
|
||||
|
||||
# Register top menu items
|
||||
menu :top_menu, :customers, { :controller => :customers, :action => :index }, :caption => 'Customers', :if => Proc.new {User.current.logged?}
|
||||
menu :top_menu, :vehicles, { :controller => :vehicles, :action => :index }, :caption => 'Vehicles', :if => Proc.new { User.current.logged? }
|
||||
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user