[ux] fixed creation via tree views for Item Group etc
This commit is contained in:
parent
4c36d7388c
commit
90e270a8aa
@ -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
|
||||||
6
erpnext/support/doctype/customer_issue/test_records.json
Normal file
6
erpnext/support/doctype/customer_issue/test_records.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
[
|
||||||
|
{
|
||||||
|
"doctype": "Customer Issue",
|
||||||
|
"name": "_Test Customer Issue 1"
|
||||||
|
}
|
||||||
|
]
|
||||||
Loading…
x
Reference in New Issue
Block a user