fix: Sider Issues

This commit is contained in:
Deepesh Garg 2020-12-09 18:13:23 +05:30
parent c41fb7556b
commit 249595a2d8

View File

@ -261,7 +261,7 @@ class TestBatch(unittest.TestCase):
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',