Pop-up windows do not open in ERPNext v7.2.13

When testing the newest v7.2.13 version with a fresh install, I see that the menu item ‘email’ does not work in quotations, sales orders, etc.

It seems that all pop-up windows are not working in my system. I don’t get any error messages, it just does nothing when I press Menu->Email.
However pop-up-like windows appear when I am editing BOM to add new items… I am confused.

Could it be related to the fact that no SSL was configured on my new system? Other ideas?
Thanks!

@Evaldas_Pabreza,

can you please check & share if there is any error in browser’s console.

Thanks, Makarand

Thanks for reporting the issue, I can replicate it on my local as well.
I have raised a github issue for the same. Email option from Menu not working · Issue #7517 · frappe/erpnext · GitHub

Thank you KanchanChauhan!

Makarand_b, yes there is something on th browser’s console:
TypeError: opts.df.fieldtype is undefined
frappe.ui.form.make_control http://test.integratedoptics.com/assets/js/desk.min.js:378:581
frappe.ui.form.Layout<.make_field http://test.integratedoptics.com/assets/js/desk.min.js:326:325
frappe.ui.form.Layout<.render/< http://test.integratedoptics.com/assets/js/desk.min.js:326:188
.each http://test.integratedoptics.com/assets/frappe/js/lib/jquery/jquery.min.js:2:2859
frappe.ui.form.Layout<.render http://test.integratedoptics.com/assets/js/desk.min.js:326:1
frappe.ui.form.Layout<.make http://test.integratedoptics.com/assets/js/desk.min.js:324:101
frappe.ui.FieldGroup<.make http://test.integratedoptics.com/assets/js/desk.min.js:371:93
Class.extend/prototype[name]</< http://test.integratedoptics.com/assets/js/desk.min.js:5:634
frappe.ui.Dialog<.make http://test.integratedoptics.com/assets/js/desk.min.js:526:582
Class.extend/prototype[name]</< http://test.integratedoptics.com/assets/js/desk.min.js:5:634
frappe.ui.Dialog<.init http://test.integratedoptics.com/assets/js/desk.min.js:526:342
Class.extend/prototype[name]</< http://test.integratedoptics.com/assets/js/desk.min.js:5:634
Class http://test.integratedoptics.com/assets/js/desk.min.js:7:1
frappe.views.CommunicationComposer<.make http://test.integratedoptics.com/assets/js/desk.min.js:976:391
frappe.views.CommunicationComposer<.init http://test.integratedoptics.com/assets/js/desk.min.js:976:337
Class http://test.integratedoptics.com/assets/js/desk.min.js:7:1
_f.Frm.prototype.email_doc http://test.integratedoptics.com/assets/js/form.min.js:35:46
frappe.ui.form.Toolbar<.make_menu/< http://test.integratedoptics.com/assets/js/form.min.js:193:112
n.event.dispatch http://test.integratedoptics.com/assets/frappe/js/lib/jquery/jquery.min.js:3:7485
$event.dispatch http://test.integratedoptics.com/assets/js/report.min.js:212:8
n.event.add/r.handle

The fix in v7.2.14 solved the issue. Thanks!