mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-20 23:35:11 +00:00
fix: value fetching for custom field in POS (#26367)
This commit is contained in:
@@ -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") {
|
||||
|
||||
Reference in New Issue
Block a user