committed by
ruthra kumar
parent
2d13dda49c
commit
6c8a65e03b
@@ -533,7 +533,8 @@ class PurchaseInvoice(BuyingController):
|
|||||||
if hasattr(self, "repost_required"):
|
if hasattr(self, "repost_required"):
|
||||||
fields_to_check = [
|
fields_to_check = [
|
||||||
"cash_bank_account",
|
"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",)}
|
child_tables = {"items": ("expense_account",), "taxes": ("account_head",)}
|
||||||
self.needs_repost = self.check_if_fields_updated(fields_to_check, child_tables)
|
self.needs_repost = self.check_if_fields_updated(fields_to_check, child_tables)
|
||||||
|
|||||||
Reference in New Issue
Block a user