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
commit 6488d740c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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