refs #6915 test_master24_8 #2067

Merged
alexm merged 561 commits from test_master24_8 into master 2024-02-22 07:31:34 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 0771548ef1 - Show all commits

View File

@ -61,7 +61,7 @@ module.exports = Self => {
companyId: ticket.companyFk,
dmsTypeId: dmsType.id,
reference: '',
description: `Documento comprimido - CMR ${ticket.cmrFk}`,
description: `${ticket.cmrFk} - ${ticket.id}`,
hasFile: false
};
const dms = await models.Dms.uploadFile(ctxUploadFile, myOptions);