[ux] fixed creation via tree views for Item Group etc

This commit is contained in:
Rushabh Mehta 2015-01-01 15:59:40 +05:30
parent 4c36d7388c
commit 90e270a8aa
2 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,10 @@
# Copyright (c) 2013, Web Notes Technologies Pvt. Ltd. and Contributors and Contributors
# See license.txt
import frappe
import unittest
test_records = frappe.get_test_records('Customer Issue')
class TestCustomerIssue(unittest.TestCase):
pass

View File

@ -0,0 +1,6 @@
[
{
"doctype": "Customer Issue",
"name": "_Test Customer Issue 1"
}
]