fix: value fetching for custom field in POS (#26366)
This commit is contained in:
parent
717826c1dc
commit
95a15ed85d
@ -56,7 +56,7 @@ erpnext.PointOfSale.Payment = class {
|
|||||||
);
|
);
|
||||||
let df_events = {
|
let df_events = {
|
||||||
onchange: function() {
|
onchange: function() {
|
||||||
frm.set_value(this.df.fieldname, this.value);
|
frm.set_value(this.df.fieldname, this.get_value());
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
if (df.fieldtype == "Button") {
|
if (df.fieldtype == "Button") {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user