mirror of
https://github.com/frappe/erpnext.git
synced 2026-05-06 23:10:26 +00:00
fix: update journal entry title on amend
(cherry picked from commit 4a3ee4df29)
This commit is contained in:
@@ -147,7 +147,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):
|
||||||
|
|||||||
Reference in New Issue
Block a user