update coutomer controller
This commit is contained in:
@@ -15,6 +15,7 @@ class Crm::CustomersController < ApplicationController
|
||||
# GET /crm/customers/new
|
||||
def new
|
||||
@crm_customer = Customer.new
|
||||
@membership = Customer.get_member_group
|
||||
end
|
||||
|
||||
# GET /crm/customers/1/edit
|
||||
|
||||
Reference in New Issue
Block a user