support transaction pictures
This commit is contained in:
@@ -165,6 +165,11 @@ export function setTransactionModelByTransaction(transaction, transaction2, allC
|
||||
|
||||
transaction.hideAmount = transaction2.hideAmount;
|
||||
transaction.tagIds = transaction2.tagIds || [];
|
||||
|
||||
if (setContextData) {
|
||||
transaction.pictures = transaction2.pictures || [];
|
||||
}
|
||||
|
||||
transaction.comment = transaction2.comment;
|
||||
|
||||
if (setContextData) {
|
||||
|
||||
Reference in New Issue
Block a user