chore: linter (#33455)

fix: linter
This commit is contained in:
Saurabh
2022-12-27 17:49:38 +05:30
committed by GitHub
parent 707eb9e8d5
commit 79643a5716

View File

@@ -30,11 +30,7 @@ class SalaryStructureAssignment(Document):
if not self.taxable_earnings_till_date and not self.tax_deducted_till_date:
frappe.msgprint(
_(
"""
Not found any salary slip record(s) for the employee {0}. <br><br>
Please specify {1} and {2} (if any),
for the correct tax calculation in future salary slips.
"""
"""Not found any salary slip record(s) for the employee {0}.<br><br>Please specify {1} and {2} (if any), for the correct tax calculation in future salary slips."""
).format(
self.employee,
"<b>" + _("Taxable Earnings Till Date") + "</b>",