mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-07 15:12:51 +00:00
[minor] fix new customer link in POS
This commit is contained in:
@@ -61,6 +61,9 @@ erpnext.pos.PointOfSale = Class.extend({
|
||||
"placeholder": this.party
|
||||
},
|
||||
parent: this.wrapper.find(".party-area"),
|
||||
frm: this.frm,
|
||||
doctype: this.frm.doctype,
|
||||
docname: this.frm.docname,
|
||||
only_input: true,
|
||||
});
|
||||
this.party_field.make_input();
|
||||
|
||||
Reference in New Issue
Block a user