commit | d09618bf05ef1c9ef6d1c4fd9605aef19190aa84 | [log] [tgz] |
---|---|---|
author | rohitwaghchaure <rohitw1991@gmail.com> | Thu Oct 19 12:35:36 2023 +0530 |
committer | GitHub <noreply@github.com> | Thu Oct 19 12:35:36 2023 +0530 |
tree | e370457035e8345eb5d1dff91a64b4c5adcba83b | |
parent | 6750af90f7ede5feade2efa398faa93b2b774483 [diff] |
chore: remove debugger (#37584)
diff --git a/erpnext/templates/includes/rfq.js b/erpnext/templates/includes/rfq.js index ed0f1b1..37beb5a 100644 --- a/erpnext/templates/includes/rfq.js +++ b/erpnext/templates/includes/rfq.js
@@ -73,7 +73,6 @@ submit_rfq(){ $('.btn-sm').click(function(){ - debugger frappe.freeze(); frappe.call({ type: "POST", @@ -83,7 +82,6 @@ }, btn: this, callback: function(r){ - debugger frappe.unfreeze(); if(r.message){ $('.btn-sm').hide()