fix(Asset Repair): Fix Sider issues
This commit is contained in:
parent
75fbda10ad
commit
71eaf3dbd8
@ -37,8 +37,8 @@ cur_frm.fields_dict.cost_center.get_query = function(doc) {
|
||||
'is_group': 0,
|
||||
'company': doc.company
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
||||
cur_frm.fields_dict.project.get_query = function(doc) {
|
||||
return {
|
||||
@ -46,5 +46,5 @@ cur_frm.fields_dict.project.get_query = function(doc) {
|
||||
'is_group': 0,
|
||||
'company': doc.company
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
Loading…
x
Reference in New Issue
Block a user