mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-21 18:36:30 +00:00
@@ -1776,7 +1776,7 @@ def get_sub_assembly_items(
|
|||||||
frappe._dict(
|
frappe._dict(
|
||||||
{
|
{
|
||||||
"actual_qty": bin_details[d.item_code][0].get("actual_qty", 0)
|
"actual_qty": bin_details[d.item_code][0].get("actual_qty", 0)
|
||||||
if bin_details
|
if bin_details[d.item_code]
|
||||||
else 0,
|
else 0,
|
||||||
"parent_item_code": parent_item_code,
|
"parent_item_code": parent_item_code,
|
||||||
"description": d.description,
|
"description": d.description,
|
||||||
|
|||||||
Reference in New Issue
Block a user