mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 22:49:19 +00:00
fix: Sider Issues
This commit is contained in:
@@ -261,7 +261,7 @@ class TestBatch(unittest.TestCase):
|
|||||||
|
|
||||||
def test_batch_wise_item_price(self):
|
def test_batch_wise_item_price(self):
|
||||||
if not frappe.db.get_value('Item', '_Test Batch Price Item'):
|
if not frappe.db.get_value('Item', '_Test Batch Price Item'):
|
||||||
doc = frappe.get_doc({
|
frappe.get_doc({
|
||||||
'doctype': 'Item',
|
'doctype': 'Item',
|
||||||
'is_stock_item': 1,
|
'is_stock_item': 1,
|
||||||
'item_code': '_Test Batch Price Item',
|
'item_code': '_Test Batch Price Item',
|
||||||
|
|||||||
Reference in New Issue
Block a user