From 47c2aa179bc8cfdb45c0775303e825f1ba021d2b Mon Sep 17 00:00:00 2001 From: Anand Doshi Date: Thu, 21 Jan 2016 23:17:47 +0530 Subject: [PATCH] [fix] test case for get_item_details --- erpnext/stock/doctype/item/test_item.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/erpnext/stock/doctype/item/test_item.py b/erpnext/stock/doctype/item/test_item.py index e5392d451b..51d10795a1 100644 --- a/erpnext/stock/doctype/item/test_item.py +++ b/erpnext/stock/doctype/item/test_item.py @@ -88,7 +88,7 @@ class TestItem(unittest.TestCase): "company": "_Test Company", "price_list": "_Test Price List", "currency": "_Test Currency", - "parenttype": "Sales Order", + "doctype": "Sales Order", "conversion_rate": 1, "price_list_currency": "_Test Currency", "plc_conversion_rate": 1,