chore: pre-commit

(cherry picked from commit 88a0aa4077)
This commit is contained in:
Dany Robert
2022-11-23 19:04:11 +05:30
committed by Mergify
parent 7d6e2f979f
commit 198a64d574

View File

@@ -37,8 +37,9 @@ class RepostItemValuation(Document):
if not acc_settings.acc_frozen_upto:
return
if getdate(self.posting_date) <= getdate(acc_settings.acc_frozen_upto):
if acc_settings.frozen_accounts_modifier and frappe.session.user in get_users_with_role(
if (
acc_settings.frozen_accounts_modifier
and frappe.session.user in get_users_with_role(acc_settings.frozen_accounts_modifier)
):
frappe.msgprint(_("Caution: This might alter frozen accounts."))
return