mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-03 21:48:27 +00:00
chore: resolve conflicts
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user