This commit is contained in:
James Cole
2020-09-07 12:49:56 +02:00
parent df8f23cba3
commit f5871898bd

View File

@@ -529,6 +529,8 @@ export default {
// console.log('Now incollectAttachmentData()');
let groupId = response.data.data.id;
// reverse list of transactions?
response.data.data.attributes.transactions = response.data.data.attributes.transactions.reverse();
// array of all files to be uploaded:
let toBeUploaded = [];