fix: revert #46903 - disable changing customer on opportunity

(cherry picked from commit fc16199a49)
This commit is contained in:
Shariq Ansari
2025-04-16 10:18:29 +05:30
committed by ruthra kumar
parent 929d177b7d
commit 5c04d183bf

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;