Make button disappeared in v12.5.2

Hi,

I have noticed that “Make button” is not appearing after creating documents from Quotation.

I Notice this upgrading ERPNEXT from v11.1.38 to v12.5.2, is the Make button remove in v12.5.2?
Is there’s a way to enable that button?

Also, I customized Quotation doctype add some fields.

Thanks

What is the status of the document?

Submitted

Hi Guys,

The cause of disappearing of Make Button from the Quotation is my custom script when I remove everything is Ok now.

frappe.ui.form.on(‘Quotation’, {
refresh(frm) {
cur_frm.set_value(“valid_till”, notnull)
}
})

I create this custom script to empty the Valid Till field by default.

1 Like