master -> test #1477

Merged
alexandre merged 5 commits from master-to-test into test 2023-04-24 06:37:45 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit d945707761 - Show all commits

View File

@ -100,7 +100,7 @@ module.exports = Self => {
dmsTypeId: dmsType.id, dmsTypeId: dmsType.id,
reference: '', reference: '',
description: `Firma del cliente - Ruta ${ticket.route().id}`, description: `Firma del cliente - Ruta ${ticket.route().id}`,
hasFile: true hasFile: false
}; };
dms = await models.Dms.uploadFile(ctxUploadFile, myOptions); dms = await models.Dms.uploadFile(ctxUploadFile, myOptions);
gestDocCreated = true; gestDocCreated = true;