fix to issue #20089

This commit is contained in:
Robin Rosenstock
2019-12-26 08:09:47 +00:00
parent e2ea11c437
commit e6387f9dca

View File

@@ -51,10 +51,10 @@ def execute(filters=None):
finished_product = frappe.db.get_value("Work Order", work_order, "item_name") finished_product = frappe.db.get_value("Work Order", work_order, "item_name")
finished_qty = fg_completed_qty finished_qty = fg_completed_qty
sle.update({ sle.update({
"finished_product": finished_product, "finished_product": finished_product,
"finished_qty": finished_qty, "finished_qty": finished_qty,
}) })
data.append(sle) data.append(sle)