mirror of
https://github.com/frappe/erpnext.git
synced 2026-09-16 18:24:10 +00:00
Remove old style custom scripts (#17077)
* fix: Move Newsletter script from frappe to erpnext * fix: Remove old style client scripts * C-Form * fix: Cost Center * fix: Fiscal Year * fix: Monthly Distribution * fix: Payment Gateway Account * fix: Pricing Rule * fix: Missing semicolon
This commit is contained in:
8
erpnext/public/js/newsletter.js
Normal file
8
erpnext/public/js/newsletter.js
Normal file
@@ -0,0 +1,8 @@
|
||||
// Copyright (c) 2019, Frappe Technologies Pvt. Ltd. and Contributors
|
||||
// License: GNU General Public License v3. See license.txt
|
||||
|
||||
frappe.ui.form.on('Newsletter', {
|
||||
refresh() {
|
||||
erpnext.toggle_naming_series();
|
||||
}
|
||||
});
|
||||
Reference in New Issue
Block a user