2
0
mirror of https://github.com/frappe/frappe.git synced 2024-06-13 10:12:21 +00:00
frappe/frappe/core/doctype/custom_docperm/custom_docperm.js
2022-08-04 14:51:01 +05:30

7 lines
183 B
JavaScript

// Copyright (c) 2016, Frappe Technologies and contributors
// For license information, please see license.txt
frappe.ui.form.on("Custom DocPerm", {
refresh: function (frm) {},
});