Removed Vehicles

This commit is contained in:
2026-01-22 20:54:06 -05:00
parent 7f821d241c
commit e76f977ca8
7 changed files with 6 additions and 50 deletions

View File

@@ -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