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

7 lines
176 B
JavaScript

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