From ce8a5ce21ed1b6c137498430d1ca25565498cb19 Mon Sep 17 00:00:00 2001 From: Yan Date: Thu, 10 Aug 2017 13:38:58 +0630 Subject: [PATCH] fixed for customer tax --- app/views/crm/customers/edit.json.jbuilder | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 app/views/crm/customers/edit.json.jbuilder diff --git a/app/views/crm/customers/edit.json.jbuilder b/app/views/crm/customers/edit.json.jbuilder new file mode 100644 index 00000000..60148085 --- /dev/null +++ b/app/views/crm/customers/edit.json.jbuilder @@ -0,0 +1,4 @@ +json.extract! @crm_customer, :id, :name, :company, :contact_no, :email, :date_of_birth, + :membership_id, :membership_type, :membership_authentication_code, + :salutation, :gender,:nrc_no,:address,:card_no, :paypar_account_no, :customer_type, :tax_profiles +json.url crm_customer_url(@crm_customer, format: :json) \ No newline at end of file