mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-29 03:28:32 +00:00
committed by
Mergify
parent
0bd3b5aac2
commit
8b2be43897
@@ -26,7 +26,6 @@ def get_exploded_items(bom, data, indent=0, qty=1):
|
||||
)
|
||||
|
||||
for item in exploded_items:
|
||||
print(item.bom_no, indent)
|
||||
item["indent"] = indent
|
||||
data.append(
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user