Merge pull request #14167 from frappe/manassolanki-patch-7

Remove the debugger from the material_request.js
This commit is contained in:
Manas Solanki
2018-05-21 17:29:03 +05:30
committed by GitHub

View File

@@ -58,7 +58,6 @@ frappe.ui.form.on('Material Request', {
$.each(r.message, function(k, v) { $.each(r.message, function(k, v) {
if(!d[k]) d[k] = v; if(!d[k]) d[k] = v;
}); });
debugger
} }
} }
}); });