fix: batch ui and ux

This commit is contained in:
Jannat Patel
2023-08-29 09:55:40 +05:30
parent cd82527ef3
commit b940ddca25
33 changed files with 341 additions and 222 deletions

View File

@@ -0,0 +1,12 @@
import frappe
def execute():
frappe.db.set_value(
"Top Bar Item",
{"url": "/classes"},
{
"label": "Batches",
"url": "/batches",
},
)