major usability improvements
This commit is contained in:
@@ -18,7 +18,7 @@ module Suppliers
|
||||
def switch_to
|
||||
@switch_supplier = Supplier.find(params[:id])
|
||||
session[:supplier_id] = params[:id] if @switch_supplier.employee_ids.include? current_employee.id
|
||||
redirect_to supplier_root_path(anchor: '/my_account')
|
||||
redirect_to supplier_root_path(anchor: '/my-account')
|
||||
end
|
||||
|
||||
def mark_as_open
|
||||
|
||||
Reference in New Issue
Block a user