Merge pull request #20090 from geniusupgrader/develop

fix: fix to issue #20089
This commit is contained in:
Deepesh Garg
2019-12-26 16:06:10 +05:30
committed by GitHub

View File

@@ -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)