mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-01 11:19:09 +00:00
* ci: add prettier to pre-commit
(cherry picked from commit 2c16036ef3)
* style: format js files
---------
Co-authored-by: barredterra <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
9 lines
219 B
JavaScript
9 lines
219 B
JavaScript
// 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();
|
|
},
|
|
});
|