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