Skip to content

Commit

Permalink
fix: exploded items in Subcontracting Receipt
Browse files Browse the repository at this point in the history
  • Loading branch information
s-aga-r committed Nov 30, 2023
1 parent 591f4eb commit 62b4a26
Showing 1 changed file with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"column_break_40",
"rejected_warehouse",
"bom",
"include_exploded_items",
"quality_inspection",
"schedule_date",
"reference_name",
Expand Down Expand Up @@ -538,12 +539,19 @@
"options": "Purchase Order",
"read_only": 1,
"search_index": 1
},
{
"default": "0",
"fieldname": "include_exploded_items",
"fieldtype": "Check",
"label": "Include Exploded Items",
"print_hide": 1
}
],
"idx": 1,
"istable": 1,
"links": [],
"modified": "2023-11-23 17:38:55.134685",
"modified": "2023-11-30 12:05:51.920705",
"modified_by": "Administrator",
"module": "Subcontracting",
"name": "Subcontracting Receipt Item",
Expand Down

0 comments on commit 62b4a26

Please sign in to comment.