mirror of
https://github.com/frappe/erpnext.git
synced 2026-02-18 17:15:04 +00:00
[ux] fixed creation via tree views for Item Group etc
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user