Skip to content

Commit c1591c3

Browse files
rohitwaghchauremergify[bot]
authored andcommitted
chore: fix conflicts
(cherry picked from commit c702596)
1 parent 3a2dc6f commit c1591c3

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

erpnext/manufacturing/doctype/work_order/test_work_order.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -509,9 +509,6 @@ def test_job_card(self):
509509

510510
def test_work_order_material_transferred_qty_with_process_loss(self):
511511
stock_entries = []
512-
<<<<<<< HEAD
513-
bom = frappe.get_doc("BOM", {"docstatus": 1, "with_operations": 1, "company": "_Test Company"})
514-
=======
515512
item_code = make_item("_Test Item For Process Loss", {"is_stock_item": 1}).name
516513
rm_item_code = make_item("Test Item For Process Loss RM", {"is_stock_item": 1}).name
517514

@@ -547,7 +544,6 @@ def test_work_order_material_transferred_qty_with_process_loss(self):
547544
bom.append("operations", operation)
548545
bom.save()
549546
bom.submit()
550-
>>>>>>> 38ed425ee2 (fix: last SLE not updated in the file)
551547

552548
work_order = make_wo_order_test_record(
553549
item=bom.item,

0 commit comments

Comments
 (0)