mirror of
https://github.com/mayswind/ezbookkeeping.git
synced 2026-05-19 01:04:25 +08:00
automatically save transaction draft
This commit is contained in:
@@ -165,10 +165,7 @@ export function setTransactionModelByTransaction(transaction, transaction2, allC
|
||||
|
||||
transaction.hideAmount = transaction2.hideAmount;
|
||||
transaction.tagIds = transaction2.tagIds || [];
|
||||
|
||||
if (setContextData) {
|
||||
transaction.pictures = transaction2.pictures || [];
|
||||
}
|
||||
transaction.pictures = transaction2.pictures || [];
|
||||
|
||||
transaction.comment = transaction2.comment;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user