fix: Sider issues
This commit is contained in:
parent
38327fc177
commit
d6f409addc
@ -282,8 +282,8 @@ $.extend(erpnext.item, {
|
|||||||
'company': row.company,
|
'company': row.company,
|
||||||
"is_group": 0
|
"is_group": 0
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
}
|
};
|
||||||
|
|
||||||
frm.fields_dict["item_defaults"].grid.get_field("buying_cost_center").get_query = function(doc, cdt, cdn) {
|
frm.fields_dict["item_defaults"].grid.get_field("buying_cost_center").get_query = function(doc, cdt, cdn) {
|
||||||
const row = locals[cdt][cdn];
|
const row = locals[cdt][cdn];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user