* 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
		
			
				
	
	
		
			9 lines
		
	
	
		
			218 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			218 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();
 | |
| 	}
 | |
| });
 |