fix: add customer type in the list view

This commit is contained in:
khushi8112
2026-05-28 12:28:43 +05:30
parent 6f6e17188f
commit 059f560017

View File

@@ -12,8 +12,8 @@
"field_order": [ "field_order": [
"basic_info", "basic_info",
"naming_series", "naming_series",
"customer_type",
"customer_name", "customer_name",
"customer_type",
"gender", "gender",
"column_break0", "column_break0",
"customer_group", "customer_group",
@@ -135,6 +135,7 @@
"default": "Company", "default": "Company",
"fieldname": "customer_type", "fieldname": "customer_type",
"fieldtype": "Select", "fieldtype": "Select",
"in_list_view": 1,
"label": "Customer Type", "label": "Customer Type",
"oldfieldname": "customer_type", "oldfieldname": "customer_type",
"oldfieldtype": "Select", "oldfieldtype": "Select",
@@ -376,7 +377,7 @@
"description": "Internal notes about this customer. Not visible on transactions or the portal.", "description": "Internal notes about this customer. Not visible on transactions or the portal.",
"fieldname": "customer_details", "fieldname": "customer_details",
"fieldtype": "Text", "fieldtype": "Text",
"label": "Notes", "label": "Customer Details",
"oldfieldname": "customer_details", "oldfieldname": "customer_details",
"oldfieldtype": "Code" "oldfieldtype": "Code"
}, },
@@ -480,7 +481,6 @@
"label": "Allow sales invoice creation without delivery note" "label": "Allow sales invoice creation without delivery note"
}, },
{ {
"depends_on": "tax_withholding_group",
"description": "TDS/TCS is calculated at the rate defined here on every payment from this customer.", "description": "TDS/TCS is calculated at the rate defined here on every payment from this customer.",
"fieldname": "tax_withholding_category", "fieldname": "tax_withholding_category",
"fieldtype": "Link", "fieldtype": "Link",
@@ -528,8 +528,11 @@
"fieldtype": "Column Break" "fieldtype": "Column Break"
}, },
{ {
"collapsible": 1,
"collapsible_depends_on": "loyalty_program",
"fieldname": "loyalty_points_tab", "fieldname": "loyalty_points_tab",
"fieldtype": "Section Break" "fieldtype": "Section Break",
"label": "Loyalty Points"
}, },
{ {
"fieldname": "taxation_section", "fieldname": "taxation_section",
@@ -677,7 +680,7 @@
"link_fieldname": "party" "link_fieldname": "party"
} }
], ],
"modified": "2026-05-27 17:07:25.099707", "modified": "2026-05-29 02:21:41.089319",
"modified_by": "Administrator", "modified_by": "Administrator",
"module": "Selling", "module": "Selling",
"name": "Customer", "name": "Customer",