2
0
mirror of https://github.com/frappe/frappe.git synced 2024-06-13 12:42:23 +00:00
frappe/frappe/contacts/doctype/gender/gender.js
2022-08-04 14:51:01 +05:30

7 lines
172 B
JavaScript

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