mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-24 00:58:29 +00:00
(cherry picked from commit de83511091)
Co-authored-by: Ankush Menat <ankush@frappe.io>
This commit is contained in:
@@ -631,7 +631,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);
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user