From 92f1f80acb0167790919c28d90c1384f0f4800e8 Mon Sep 17 00:00:00 2001 From: Aung Myo Date: Mon, 12 Jun 2017 18:50:06 +0630 Subject: [PATCH] Edit Customer --- app/controllers/origami/customers_controller.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/controllers/origami/customers_controller.rb b/app/controllers/origami/customers_controller.rb index 30ead5b0..14af5f49 100644 --- a/app/controllers/origami/customers_controller.rb +++ b/app/controllers/origami/customers_controller.rb @@ -28,6 +28,9 @@ class Origami::CustomersController < BaseOrigamiController # if @membership["status"] == true # @member_group = @membership["data"] # end + # puts "Errrrrrrrrrrrrrrrrr" + # puts @crm_customer.valid? + respond_to do |format| # format.html { render :template => "crm/customers/index" }