mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 09:05:00 +00:00
fix to issue #20089
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user