mirror of
https://github.com/koloideal/Casha.git
synced 2026-06-10 10:25:28 +03:00
update
This commit is contained in:
@@ -178,6 +178,7 @@ class StorageService {
|
||||
note: tx.note,
|
||||
recurrence: tx.recurrence,
|
||||
lastOccurrence: today,
|
||||
accountId: tx.accountId,
|
||||
);
|
||||
transactions.add(newTx);
|
||||
|
||||
@@ -248,6 +249,7 @@ class StorageService {
|
||||
lastOccurrence: today,
|
||||
currency: tx.currency,
|
||||
currencyCode: tx.currencyCode,
|
||||
accountId: tx.accountId,
|
||||
);
|
||||
transactions.add(newTx);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user