Skip to content

Commit

Permalink
fix: exploded items in Subcontracting Receipt (backport #38441) (#38444)
Browse files Browse the repository at this point in the history
* fix: exploded items in Subcontracting Receipt

(cherry picked from commit 62b4a26)

# Conflicts:
#	erpnext/subcontracting/doctype/subcontracting_receipt_item/subcontracting_receipt_item.json

* chore: `conflicts`

---------

Co-authored-by: s-aga-r <sagarsharma.s312@gmail.com>
  • Loading branch information
mergify[bot] and s-aga-r authored Nov 30, 2023
1 parent 2dc4b02 commit 2908d96
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
"subcontracting_receipt_item",
"section_break_45",
"bom",
"include_exploded_items",
"serial_no",
"col_break5",
"batch_no",
Expand Down Expand Up @@ -465,12 +466,19 @@
"fieldname": "accounting_details_section",
"fieldtype": "Section Break",
"label": "Accounting Details"
},
{
"default": "0",
"fieldname": "include_exploded_items",
"fieldtype": "Check",
"label": "Include Exploded Items",
"print_hide": 1
}
],
"idx": 1,
"istable": 1,
"links": [],
"modified": "2023-11-14 18:38:26.459669",
"modified": "2023-11-30 12:05:51.920705",
"modified_by": "Administrator",
"module": "Subcontracting",
"name": "Subcontracting Receipt Item",
Expand Down

0 comments on commit 2908d96

Please sign in to comment.