Gitiles
Code Review
Sign In
git.clicks.codes
/
Clicks
/
Forks
/
ERPNext
/
6851c5042fc5e2d3f45d070af18a33c24fc10794
/
.
/
erpnext
/
public
/
js
/
newsletter.js
blob: 3a4dbf893301422248260e081796a3e906f4b245 [
file
] [
log
] [
blame
]
// 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
();
}
});