commit | 249595a2d8c4e314e079fe7d775124028982aaf6 | [log] [tgz] |
---|---|---|
author | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Dec 09 18:13:23 2020 +0530 |
committer | Deepesh Garg <deepeshgarg6@gmail.com> | Wed Dec 09 18:13:23 2020 +0530 |
tree | 1452a07c7d80aa4bd33dfe2b6dac7cd5af7f539b | |
parent | c41fb7556b37d80f41db48643bd1e3bffec7ee03 [diff] |
fix: Sider Issues
diff --git a/erpnext/stock/doctype/batch/test_batch.py b/erpnext/stock/doctype/batch/test_batch.py index b0d30a7..81c4435 100644 --- a/erpnext/stock/doctype/batch/test_batch.py +++ b/erpnext/stock/doctype/batch/test_batch.py
@@ -261,7 +261,7 @@ def test_batch_wise_item_price(self): if not frappe.db.get_value('Item', '_Test Batch Price Item'): - doc = frappe.get_doc({ + frappe.get_doc({ 'doctype': 'Item', 'is_stock_item': 1, 'item_code': '_Test Batch Price Item',