Skip to content

Commit

Permalink
fix: linters fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesis189 committed Oct 6, 2021
1 parent 17501ba commit dc20387
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def update_nexus_list(self):

def calculate_taxes_validation_for_create_transactions(self):
if not self.taxjar_calculate_tax and (self.taxjar_create_transactions or self.is_sandbox):
frappe.throw('Before enabling <b>Create Transaction</b> or <b>Sandbox Mode</b>, you need to check the <b>Enable Tax Calculation</b> box')
frappe.throw(frappe._('Before enabling <b>Create Transaction</b> or <b>Sandbox Mode</b>, you need to check the <b>Enable Tax Calculation</b> box'))


def toggle_tax_category_fields(hidden):
Expand Down

0 comments on commit dc20387

Please sign in to comment.