Merge pull request #39393 from frappe/mergify/bp/version-15-hotfix/pr-39391
fix: possible typerror in utils.js (backport #39391)
This commit is contained in:
		
						commit
						235e3893a0
					
				| @ -84,10 +84,6 @@ function get_filters() { | ||||
| 			options: budget_against_options, | ||||
| 			default: "Cost Center", | ||||
| 			reqd: 1, | ||||
| 			get_data: function() { | ||||
| 				console.log(this.options); | ||||
| 				return ["Emacs", "Rocks"]; | ||||
| 			}, | ||||
| 			on_change: function() { | ||||
| 				frappe.query_report.set_filter_value("budget_against_filter", []); | ||||
| 				frappe.query_report.refresh(); | ||||
|  | ||||
| @ -21,7 +21,7 @@ $.extend(erpnext, { | ||||
| 	}, | ||||
| 
 | ||||
| 	toggle_naming_series: function() { | ||||
| 		if(cur_frm.fields_dict.naming_series) { | ||||
| 		if(cur_frm && cur_frm.fields_dict.naming_series) { | ||||
| 			cur_frm.toggle_display("naming_series", cur_frm.doc.__islocal?true:false); | ||||
| 		} | ||||
| 	}, | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user