Skip to content

Commit 0a366c4

Browse files
committed
fix: failing test
1 parent c4a7103 commit 0a366c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

erpnext/manufacturing/report/bom_stock_report/test_bom_stock_report.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ def get_expected_data(bom, warehouse, qty_to_produce, show_exploded_view=False):
103103
floor(in_stock_qty / (item.stock_qty * qty_to_produce / bom.quantity))
104104
if in_stock_qty
105105
else None,
106+
item.bom_no,
107+
item.is_phantom_item,
106108
]
107109
)
108110

0 commit comments

Comments
 (0)