commit | f82d7eb73fe6dd70a98fa6656e90ed9c6565be16 | [log] [tgz] |
---|---|---|
author | Ankush Menat <ankush@frappe.io> | Sun Feb 06 15:18:00 2022 +0530 |
committer | Ankush Menat <ankushmenat@gmail.com> | Mon Feb 07 22:55:56 2022 +0530 |
tree | e4a4dbe93f0bf3ff8ddc3afc0e4e79c026873a90 | |
parent | 43f8ee1dd1525b6cf3e88154bec314aca7b23ca5 [diff] |
test: commit item/warehouse creation to db
diff --git a/erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py b/erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py index 428370c..86af0a0 100644 --- a/erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py +++ b/erpnext/stock/doctype/stock_reconciliation/test_stock_reconciliation.py
@@ -25,8 +25,8 @@ 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):