mirror of
https://github.com/frappe/erpnext.git
synced 2026-04-22 16:18:30 +00:00
chore: linter
This commit is contained in:
@@ -229,7 +229,7 @@ frappe.ui.form.on('Material Request', {
|
||||
|
||||
if(!r.exc) {
|
||||
$.each(r.message, function(key, value) {
|
||||
if(!d[key] || in_list(qty_fields, key)) {
|
||||
if(!d[key] || qty_fields.includes(key)) {
|
||||
d[key] = value;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user