fix: Remove debugger

(cherry picked from commit 1a9d2684e2)
This commit is contained in:
GangaManoj
2021-10-28 19:27:45 +05:30
committed by mergify-bot
parent d47007adb2
commit 305b9508e6

View File

@@ -207,12 +207,6 @@ class SalesOrder(SellingController):
from erpnext.accounts.doctype.pricing_rule.utils import update_coupon_code_count
update_coupon_code_count(self.coupon_code,'cancelled')
def cancel(self):
import pdb
pdb.set_trace()
super(SalesOrder, self).cancel()
def update_project(self):
if frappe.db.get_single_value('Selling Settings', 'sales_update_frequency') != "Each Transaction":
return