queries to server side

This commit is contained in:
Saurabh
2013-07-10 14:00:37 +05:30
3 changed files with 6 additions and 3 deletions

View File

@@ -110,7 +110,9 @@ cur_frm.fields_dict['production_item'].get_query = function(doc) {
cur_frm.fields_dict['project_name'].get_query = function(doc, dt, dn) {
return{
filters:['Project', 'status', 'not in', 'Completed, Cancelled']
filters:[
['Project', 'status', 'not in', 'Completed, Cancelled']
]
}
}