fix: batch ui and ux
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import frappe
|
||||
|
||||
|
||||
def execute():
|
||||
frappe.db.set_value(
|
||||
"Top Bar Item",
|
||||
{"url": "/classes"},
|
||||
{
|
||||
"label": "Batches",
|
||||
"url": "/batches",
|
||||
},
|
||||
)
|
||||
Reference in New Issue
Block a user