mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-15 00:06:22 +00:00
* fix: exploded items in Subcontracting Receipt
(cherry picked from commit 62b4a263f8)
# Conflicts:
# erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json
* chore: `conflicts`
---------
Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
This commit is contained in:
@@ -45,6 +45,7 @@
|
|||||||
"subcontracting_receipt_item",
|
"subcontracting_receipt_item",
|
||||||
"section_break_45",
|
"section_break_45",
|
||||||
"bom",
|
"bom",
|
||||||
|
"include_exploded_items",
|
||||||
"serial_no",
|
"serial_no",
|
||||||
"col_break5",
|
"col_break5",
|
||||||
"batch_no",
|
"batch_no",
|
||||||
@@ -465,12 +466,19 @@
|
|||||||
"fieldname": "accounting_details_section",
|
"fieldname": "accounting_details_section",
|
||||||
"fieldtype": "Section Break",
|
"fieldtype": "Section Break",
|
||||||
"label": "Accounting Details"
|
"label": "Accounting Details"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"default": "0",
|
||||||
|
"fieldname": "include_exploded_items",
|
||||||
|
"fieldtype": "Check",
|
||||||
|
"label": "Include Exploded Items",
|
||||||
|
"print_hide": 1
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"idx": 1,
|
"idx": 1,
|
||||||
"istable": 1,
|
"istable": 1,
|
||||||
"links": [],
|
"links": [],
|
||||||
"modified": "2023-11-14 18:38:26.459669",
|
"modified": "2023-11-30 12:05:51.920705",
|
||||||
"modified_by": "Administrator",
|
"modified_by": "Administrator",
|
||||||
"module": "Subcontracting",
|
"module": "Subcontracting",
|
||||||
"name": "Subcontracting Receipt Item",
|
"name": "Subcontracting Receipt Item",
|
||||||
|
|||||||
Reference in New Issue
Block a user