fix: add test case for update received qty in MR - import sorter

This commit is contained in:
Nihantra Patel
2024-06-14 16:50:49 +05:30
parent 73f22ba9a0
commit 77959596db

View File

@@ -86,6 +86,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.