mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-18 16:54:25 +08:00
update category display name for balance modification transaction
This commit is contained in:
@@ -217,7 +217,7 @@ export function useReconciliationStatementPageBase() {
|
||||
|
||||
if (transaction.type === TransactionType.ModifyBalance) {
|
||||
type = tt('Modify Balance');
|
||||
categoryName = '-';
|
||||
categoryName = tt('Modify Balance');
|
||||
} else if (transaction.type === TransactionType.Income) {
|
||||
type = tt('Income');
|
||||
} else if (transaction.type === TransactionType.Expense) {
|
||||
|
||||
Reference in New Issue
Block a user