fix(ux): refresh update to zero val checkbox (#30567)
This commit is contained in:
parent
74e9bc6d65
commit
de83511091
@ -633,7 +633,7 @@ frappe.ui.form.on('Stock Entry Detail', {
|
||||
// set allow_zero_valuation_rate to 0 if s_warehouse is selected.
|
||||
let item = frappe.get_doc(cdt, cdn);
|
||||
if (item.s_warehouse) {
|
||||
item.allow_zero_valuation_rate = 0;
|
||||
frappe.model.set_value(cdt, cdn, "allow_zero_valuation_rate", 0);
|
||||
}
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user