commit | 95a2565d86f76858f1e436a871f50862e9874a61 | [log] [tgz] |
---|---|---|
author | 18alantom <2.alan.tom@gmail.com> | Tue Aug 24 20:18:53 2021 +0530 |
committer | 18alantom <2.alan.tom@gmail.com> | Tue Aug 24 20:18:53 2021 +0530 |
tree | dd9d59b90110a8970f2fb39dfa1bed14fa25036c | |
parent | aff9aee29c23b268bd97fe9098a9e9a4a575ba50 [diff] |
fix: correct value in test
diff --git a/erpnext/manufacturing/doctype/work_order/test_work_order.py b/erpnext/manufacturing/doctype/work_order/test_work_order.py index a00520f..3a334a5 100644 --- a/erpnext/manufacturing/doctype/work_order/test_work_order.py +++ b/erpnext/manufacturing/doctype/work_order/test_work_order.py
@@ -752,7 +752,7 @@ ) self.assertEqual( frappe.db.get_value("Work Order", wo.name, "process_loss_qty"), - actual_fg_qty + total_pl_qty ) def get_scrap_item_details(bom_no):