From 5d4d4f40a1b76874787315dd5fd5507a2b94cb59 Mon Sep 17 00:00:00 2001 From: iamkhanraheel Date: Thu, 12 Jun 2025 17:54:26 +0530 Subject: [PATCH] feat: move checkbox related to items in item section --- .../selling/doctype/quotation_item/quotation_item.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/erpnext/selling/doctype/quotation_item/quotation_item.json b/erpnext/selling/doctype/quotation_item/quotation_item.json index 6bafbaf29ed..dc1ebccc420 100644 --- a/erpnext/selling/doctype/quotation_item/quotation_item.json +++ b/erpnext/selling/doctype/quotation_item/quotation_item.json @@ -7,9 +7,12 @@ "engine": "InnoDB", "field_order": [ "item_code", + "item_name", "customer_item_code", "col_break1", - "item_name", + "is_free_item", + "is_alternative", + "has_alternative_item", "section_break_5", "description", "item_group", @@ -53,9 +56,6 @@ "base_net_amount", "pricing_rules", "stock_uom_rate", - "is_free_item", - "is_alternative", - "has_alternative_item", "section_break_43", "valuation_rate", "column_break_45", @@ -698,7 +698,7 @@ "idx": 1, "istable": 1, "links": [], - "modified": "2024-12-12 13:49:17.765883", + "modified": "2025-06-12 17:31:47.775890", "modified_by": "Administrator", "module": "Selling", "name": "Quotation Item",