mirror of
https://github.com/frappe/erpnext.git
synced 2026-08-11 21:51:48 +00:00
Co-authored-by: Diptanil Saha <diptanil@frappe.io> Co-authored-by: rehanrehman389 <rehanrehman389@gmail.com>
This commit is contained in:
@@ -162,7 +162,7 @@ class JournalEntry(AccountsController):
|
||||
|
||||
JournalTaxWithholding(self).on_validate()
|
||||
|
||||
if self.is_new() or not self.title:
|
||||
if not self.title or (self.is_new() and self.amended_from):
|
||||
self.title = self.get_title()
|
||||
|
||||
def validate_advance_accounts(self):
|
||||
|
||||
Reference in New Issue
Block a user