Merge pull request #48050 from iamkhanraheel/rearrange-quotation-item-fields
feat: Move "Is Free Item", "Is Alternative Item", and "Has Alternative Item" Checkboxes to Item Section in Quotation Child Table
This commit is contained in:
@@ -7,9 +7,12 @@
|
|||||||
"engine": "InnoDB",
|
"engine": "InnoDB",
|
||||||
"field_order": [
|
"field_order": [
|
||||||
"item_code",
|
"item_code",
|
||||||
|
"item_name",
|
||||||
"customer_item_code",
|
"customer_item_code",
|
||||||
"col_break1",
|
"col_break1",
|
||||||
"item_name",
|
"is_free_item",
|
||||||
|
"is_alternative",
|
||||||
|
"has_alternative_item",
|
||||||
"section_break_5",
|
"section_break_5",
|
||||||
"description",
|
"description",
|
||||||
"item_group",
|
"item_group",
|
||||||
@@ -53,9 +56,6 @@
|
|||||||
"base_net_amount",
|
"base_net_amount",
|
||||||
"pricing_rules",
|
"pricing_rules",
|
||||||
"stock_uom_rate",
|
"stock_uom_rate",
|
||||||
"is_free_item",
|
|
||||||
"is_alternative",
|
|
||||||
"has_alternative_item",
|
|
||||||
"section_break_43",
|
"section_break_43",
|
||||||
"valuation_rate",
|
"valuation_rate",
|
||||||
"column_break_45",
|
"column_break_45",
|
||||||
@@ -698,7 +698,7 @@
|
|||||||
"idx": 1,
|
"idx": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2024-12-12 13:49:17.765883",
|
"modified": "2025-06-12 17:31:47.775890",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Selling",
|
"module": "Selling",
|
||||||
"name": "Quotation Item",
|
"name": "Quotation Item",
|
||||||
|
|||||||
Reference in New Issue
Block a user