mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 03:39:11 +00:00
[minor] [fix] #616
This commit is contained in:
@@ -54,7 +54,7 @@ erpnext.selling.Opportunity = wn.ui.form.Controller.extend({
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this.frm.doc.customer && !this.frm.doc.customer_name) cur_frm.cscript.customer(doc);
|
if(this.frm.doc.customer && !this.frm.doc.customer_name) cur_frm.cscript.customer(this.frm.doc);
|
||||||
|
|
||||||
this.setup_queries();
|
this.setup_queries();
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user