mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-13 23:38:01 +00:00
test: commit item/warehouse creation to db
(cherry picked from commit f82d7eb73f)
This commit is contained in:
committed by
Ankush Menat
parent
29d3a189cb
commit
8e660890f4
@@ -25,8 +25,8 @@ from erpnext.tests.utils import ERPNextTestCase, change_settings
|
||||
class TestStockReconciliation(ERPNextTestCase):
|
||||
@classmethod
|
||||
def setUpClass(cls):
|
||||
super().setUpClass()
|
||||
create_batch_or_serial_no_items()
|
||||
super().setUpClass()
|
||||
frappe.db.set_value("Stock Settings", None, "allow_negative_stock", 1)
|
||||
|
||||
def tearDown(self):
|
||||
|
||||
Reference in New Issue
Block a user