diff --git a/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py b/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py index a7e30e2eb9e..3c3b081fa2f 100644 --- a/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py +++ b/erpnext/accounts/doctype/purchase_invoice/test_purchase_invoice.py @@ -76,6 +76,7 @@ class TestPurchaseInvoice(FrappeTestCase, StockTestMixin): def test_update_received_qty_in_material_request(self): from erpnext.buying.doctype.purchase_order.purchase_order import make_purchase_invoice + """ Test if the received_qty in Material Request is updated correctly when a Purchase Invoice with update_stock=True is submitted.