Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions virtual_pro/virtual_pro/doctype/child_steps/child_steps.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
"fieldtype": "Link",
"in_list_view": 1,
"label": "Step Name",
"options": "Service List"
"options": "Service Steps"
}
],
"index_web_pages_for_search": 1,
"istable": 1,
"links": [],
"modified": "2025-06-21 08:13:49.956331",
"modified": "2025-06-21 08:22:58.267054",
"modified_by": "Administrator",
"module": "Virtual Pro",
"name": "Child Steps",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Copyright (c) 2025, sammish and contributors
// For license information, please see license.txt

// frappe.ui.form.on("Service List", {
// frappe.ui.form.on("Service Steps", {
// refresh(frm) {

// },
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"modified": "2025-06-21 08:12:54.824379",
"modified_by": "Administrator",
"module": "Virtual Pro",
"name": "Service List",
"name": "Service Steps",
"owner": "Administrator",
"permissions": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from frappe.model.document import Document


class ServiceList(Document):
class ServiceSteps(Document):
pass
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@
from frappe.tests.utils import FrappeTestCase


class TestServiceList(FrappeTestCase):
class TestServiceSteps(FrappeTestCase):
pass