Merge pull request #48180 from aerele/journal-entry-title-change

fix: update journal entry title on amend
This commit is contained in:
ruthra kumar
2025-06-24 09:32:40 +05:30
committed by GitHub

View File

@@ -152,7 +152,6 @@ class JournalEntry(AccountsController):
if self.docstatus == 0: if self.docstatus == 0:
self.apply_tax_withholding() self.apply_tax_withholding()
if not self.title:
self.title = self.get_title() self.title = self.get_title()
def validate_advance_accounts(self): def validate_advance_accounts(self):