mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-01 12:38:27 +00:00
fix: correct value in test
This commit is contained in:
@@ -752,7 +752,7 @@ class TestWorkOrder(unittest.TestCase):
|
||||
)
|
||||
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):
|
||||
|
||||
Reference in New Issue
Block a user