mirror of
https://github.com/frappe/erpnext.git
synced 2026-03-12 06:48:31 +00:00
Merge pull request #47109 from frappe/mergify/bp/version-15-hotfix/pr-47108
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user