Skip to content

Commit

Permalink
fix: remove extra space
Browse files Browse the repository at this point in the history
(cherry picked from commit 1561a9e)
  • Loading branch information
bhaveshkumar.j authored and mergify[bot] committed Oct 22, 2024
1 parent aeaadb1 commit 50dd8d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion erpnext/accounts/doctype/pricing_rule/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ def validate_coupon_code(coupon_name):
frappe.throw(_("Sorry, this coupon code is no longer valid"))



def update_coupon_code_count(coupon_name, transaction_type):
coupon = frappe.get_doc("Coupon Code", coupon_name)
if coupon:
Expand Down

0 comments on commit 50dd8d9

Please sign in to comment.