mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-22 06:29:20 +00:00
fix in syntax when using erpnext.queries.item
This commit is contained in:
@@ -174,7 +174,7 @@ var calculate_total = function(doc) {
|
||||
|
||||
|
||||
cur_frm.fields_dict['item'].get_query = function(doc) {
|
||||
return return erpnext.queries.item({
|
||||
return erpnext.queries.item({
|
||||
'ifnull(tabItem.is_manufactured_item, "No")': 'Yes'
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user