Added the account information to the original line item selector of the journal entry form.
This commit is contained in:
@ -883,6 +883,7 @@ class JournalEntryLineItem(db.Model):
|
||||
self.journal_entry.date.month,
|
||||
self.journal_entry.date.day),
|
||||
"" if self.description is None else self.description,
|
||||
str(self.account),
|
||||
format_amount(self.amount)]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user