mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 19:59:12 +00:00
fix: value fetching for custom field in POS (#26366)
This commit is contained in:
@@ -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") {
|
||||||
|
|||||||
Reference in New Issue
Block a user