Merge pull request #20090 from geniusupgrader/develop
fix: fix to issue #20089
This commit is contained in:
commit
3f7a1a736c
@ -51,10 +51,10 @@ def execute(filters=None):
|
||||
finished_product = frappe.db.get_value("Work Order", work_order, "item_name")
|
||||
finished_qty = fg_completed_qty
|
||||
|
||||
sle.update({
|
||||
"finished_product": finished_product,
|
||||
"finished_qty": finished_qty,
|
||||
})
|
||||
sle.update({
|
||||
"finished_product": finished_product,
|
||||
"finished_qty": finished_qty,
|
||||
})
|
||||
|
||||
data.append(sle)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user