Merge branch 'crm' of bitbucket.org:code2lab/sxrestaurant

This commit is contained in:
Yan
2017-06-06 10:26:56 +06:30
3 changed files with 7 additions and 0 deletions

View File

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