mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-13 17:53:49 +00:00
chore: fix conflicts
This commit is contained in:
@@ -1285,14 +1285,10 @@ class TestStockEntry(FrappeTestCase):
|
||||
self.assertEqual(se.value_difference, 0.0)
|
||||
self.assertEqual(se.total_incoming_value, se.total_outgoing_value)
|
||||
|
||||
<<<<<<< HEAD
|
||||
@change_settings("Stock Settings", {"allow_negative_stock": 0})
|
||||
=======
|
||||
self.assertEqual(se.items[0].expense_account, "Stock Adjustment - _TC")
|
||||
self.assertEqual(se.items[1].expense_account, "_Test Account Cost for Goods Sold - _TC")
|
||||
|
||||
@IntegrationTestCase.change_settings("Stock Settings", {"allow_negative_stock": 0})
|
||||
>>>>>>> ba2411b4ee (test: add test for fg item expense account in direct manufacturing)
|
||||
@change_settings("Stock Settings", {"allow_negative_stock": 0})
|
||||
def test_future_negative_sle(self):
|
||||
# Initialize item, batch, warehouse, opening qty
|
||||
item_code = "_Test Future Neg Item"
|
||||
|
||||
Reference in New Issue
Block a user