mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-15 11:09:17 +00:00
Remove the debugger from the material_request.js
This commit is contained in:
@@ -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
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user