chore: resolve conflicts

This commit is contained in:
Mihir Kandoi
2026-02-06 12:12:24 +05:30
committed by GitHub
parent a8f05cadea
commit 740dd878e9

View File

@@ -57,9 +57,6 @@ class TestSalesOrder(AccountsTestMixin, FrappeTestCase):
def tearDown(self):
frappe.set_user("Administrator")
<<<<<<< HEAD
@change_settings("Selling Settings", {"allow_negative_rates_for_items": 1})
=======
def test_sales_order_skip_delivery_note(self):
so = make_sales_order(do_not_submit=True)
so.order_type = "Maintenance"
@@ -82,8 +79,7 @@ class TestSalesOrder(AccountsTestMixin, FrappeTestCase):
so.reload()
self.assertEqual(so.status, "Completed")
@IntegrationTestCase.change_settings("Selling Settings", {"allow_negative_rates_for_items": 1})
>>>>>>> 1a22e3cb61 (fix: enabling skip delivery option for order type maintenance)
@change_settings("Selling Settings", {"allow_negative_rates_for_items": 1})
def test_sales_order_with_negative_rate(self):
"""
Test if negative rate is allowed in Sales Order via doc submission and update items