mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-19 09:35:03 +00:00
fix: add test case for update received qty in MR - import sorter
(cherry picked from commit 77959596db)
This commit is contained in:
@@ -76,6 +76,7 @@ class TestPurchaseInvoice(FrappeTestCase, StockTestMixin):
|
|||||||
|
|
||||||
def test_update_received_qty_in_material_request(self):
|
def test_update_received_qty_in_material_request(self):
|
||||||
from erpnext.buying.doctype.purchase_order.purchase_order import make_purchase_invoice
|
from erpnext.buying.doctype.purchase_order.purchase_order import make_purchase_invoice
|
||||||
|
|
||||||
"""
|
"""
|
||||||
Test if the received_qty in Material Request is updated correctly when
|
Test if the received_qty in Material Request is updated correctly when
|
||||||
a Purchase Invoice with update_stock=True is submitted.
|
a Purchase Invoice with update_stock=True is submitted.
|
||||||
|
|||||||
Reference in New Issue
Block a user