mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-03 04:09:11 +00:00
fix(Asset Repair): Fix Sider issues
This commit is contained in:
@@ -37,8 +37,8 @@ cur_frm.fields_dict.cost_center.get_query = function(doc) {
|
|||||||
'is_group': 0,
|
'is_group': 0,
|
||||||
'company': doc.company
|
'company': doc.company
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
}
|
};
|
||||||
|
|
||||||
cur_frm.fields_dict.project.get_query = function(doc) {
|
cur_frm.fields_dict.project.get_query = function(doc) {
|
||||||
return {
|
return {
|
||||||
@@ -46,5 +46,5 @@ cur_frm.fields_dict.project.get_query = function(doc) {
|
|||||||
'is_group': 0,
|
'is_group': 0,
|
||||||
'company': doc.company
|
'company': doc.company
|
||||||
}
|
}
|
||||||
}
|
};
|
||||||
}
|
};
|
||||||
Reference in New Issue
Block a user