mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-04 04:39:11 +00:00
chore: fix conflicts
This commit is contained in:
@@ -509,9 +509,6 @@ class TestWorkOrder(FrappeTestCase):
|
|||||||
|
|
||||||
def test_work_order_material_transferred_qty_with_process_loss(self):
|
def test_work_order_material_transferred_qty_with_process_loss(self):
|
||||||
stock_entries = []
|
stock_entries = []
|
||||||
<<<<<<< HEAD
|
|
||||||
bom = frappe.get_doc("BOM", {"docstatus": 1, "with_operations": 1, "company": "_Test Company"})
|
|
||||||
=======
|
|
||||||
item_code = make_item("_Test Item For Process Loss", {"is_stock_item": 1}).name
|
item_code = make_item("_Test Item For Process Loss", {"is_stock_item": 1}).name
|
||||||
rm_item_code = make_item("Test Item For Process Loss RM", {"is_stock_item": 1}).name
|
rm_item_code = make_item("Test Item For Process Loss RM", {"is_stock_item": 1}).name
|
||||||
|
|
||||||
@@ -547,7 +544,6 @@ class TestWorkOrder(FrappeTestCase):
|
|||||||
bom.append("operations", operation)
|
bom.append("operations", operation)
|
||||||
bom.save()
|
bom.save()
|
||||||
bom.submit()
|
bom.submit()
|
||||||
>>>>>>> 38ed425ee2 (fix: last SLE not updated in the file)
|
|
||||||
|
|
||||||
work_order = make_wo_order_test_record(
|
work_order = make_wo_order_test_record(
|
||||||
item=bom.item,
|
item=bom.item,
|
||||||
|
|||||||
Reference in New Issue
Block a user