Merge pull request #51734 from frappe/mergify/bp/version-16-hotfix/pr-51733

fix: add uom js error (backport #51733)
This commit is contained in:
Mihir Kandoi
2026-01-14 10:28:24 +05:30
committed by GitHub

View File

@@ -1,7 +1,2 @@
// Copyright (c) 2015, Frappe Technologies Pvt. Ltd. and Contributors
// License: GNU General Public License v3. See license.txt
//--------- ONLOAD -------------
cur_frm.cscript.onload = function (doc, cdt, cdn) {};
cur_frm.cscript.refresh = function (doc, cdt, cdn) {};