Skip to content

Commit

Permalink
fix: linting issues
Browse files Browse the repository at this point in the history
(cherry picked from commit c88f6d1)
  • Loading branch information
GursheenK authored and ruthra-kumar committed Oct 10, 2023
1 parent 2d13dda commit 6c8a65e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,8 @@ def on_update_after_submit(self):
if hasattr(self, "repost_required"):
fields_to_check = [
"cash_bank_account",
"write_off_account" "unrealized_profit_loss_account",
"write_off_account",
"unrealized_profit_loss_account",
]
child_tables = {"items": ("expense_account",), "taxes": ("account_head",)}
self.needs_repost = self.check_if_fields_updated(fields_to_check, child_tables)
Expand Down

0 comments on commit 6c8a65e

Please sign in to comment.