mirror of
https://github.com/frappe/erpnext.git
synced 2026-06-02 11:49:10 +00:00
[fix] [cleanup] fixes while testing and code cleanup
This commit is contained in:
@@ -172,7 +172,7 @@ cur_frm.fields_dict['item'].get_query = function(doc) {
|
||||
return{
|
||||
query:"controllers.queries.item_query",
|
||||
filters:{
|
||||
'has_serial_no': 'Yes'
|
||||
'is_manufactured_item': 'Yes'
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user