Changes to the doctype, going to be a derived type from customer/contact.

This commit is contained in:
rocketdebris 2025-10-20 18:22:41 -04:00
parent 5959a71097
commit 3a942001d2
3 changed files with 32 additions and 3 deletions

View File

@ -0,0 +1,8 @@
// Copyright (c) 2025, Shiloh Code LLC and contributors
// For license information, please see license.txt
// frappe.ui.form.on("LMNCustomerTableItem", {
// refresh(frm) {
// },
// });

View File

@ -56,14 +56,26 @@
],
"grid_page_length": 50,
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2025-10-16 13:44:28.060815",
"modified": "2025-10-20 18:19:59.427539",
"modified_by": "Administrator",
"module": "SNW UI",
"name": "LMNCustomerTableItem",
"owner": "Administrator",
"permissions": [],
"permissions": [
{
"create": 1,
"delete": 1,
"email": 1,
"export": 1,
"print": 1,
"read": 1,
"report": 1,
"role": "System Manager",
"share": 1,
"write": 1
}
],
"row_format": "Dynamic",
"rows_threshold_for_grid_search": 20,
"sort_field": "modified",

View File

@ -0,0 +1,9 @@
# Copyright (c) 2025, Shiloh Code LLC and Contributors
# See license.txt
# import frappe
from frappe.tests.utils import FrappeTestCase
class TestLMNCustomerTableItem(FrappeTestCase):
pass