fixed for customer tax
This commit is contained in:
4
app/views/crm/customers/edit.json.jbuilder
Normal file
4
app/views/crm/customers/edit.json.jbuilder
Normal file
@@ -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)
|
||||||
Reference in New Issue
Block a user