Merge pull request #47110 from frappe/mergify/bp/version-15/pr-47108

revert: disable customer if creating from opportunity (backport #47108)
This commit is contained in:
ruthra kumar
2025-04-16 10:44:01 +05:30
committed by GitHub

View File

@@ -70,7 +70,8 @@ erpnext.selling.QuotationController = class QuotationController extends erpnext.
onload(doc, dt, dn) {
super.onload(doc, dt, dn);
this.frm.trigger("disable_customer_if_creating_from_opportunity");
// TODO: think of better way to do this
// this.frm.trigger("disable_customer_if_creating_from_opportunity");
}
party_name() {
var me = this;