Skip to content

Commit

Permalink
fix: minor changes added
Browse files Browse the repository at this point in the history
  • Loading branch information
vishdha committed Sep 1, 2020
1 parent aca2d4e commit f6d43df
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ cur_frm.fields_dict['item_code'].get_query = function (doc, cdt, cdn) {
doctype = doc.reference_type + " Item";
}

console.log("doctype", doctype)
if (doc.reference_type && doc.reference_name) {
return {
query: "erpnext.stock.doctype.quality_inspection.quality_inspection.item_query",
Expand Down

0 comments on commit f6d43df

Please sign in to comment.