Merge branch 'dev' into 5858-fiscalData-validations
gitea/salix/pipeline/pr-dev This commit looks good
Details
gitea/salix/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
commit
482805de4b
|
@ -63,7 +63,7 @@ module.exports = Self => {
|
|||
warehouseFk: ticket.warehouseFk,
|
||||
reference: ticket.id,
|
||||
contentType: 'application/pdf',
|
||||
hasFile: true
|
||||
hasFile: false
|
||||
};
|
||||
|
||||
const dms = await models.Dms.createFromStream(data, 'pdf', pdfStream, myOptions);
|
||||
|
|
|
@ -80,7 +80,7 @@ module.exports = Self => {
|
|||
dmsTypeId: dmsTypeTicket.id,
|
||||
reference: ticket.id,
|
||||
description: `Firma del cliente - Ruta ${ticket.route().id}`,
|
||||
hasFile: true
|
||||
hasFile: false
|
||||
};
|
||||
dms = await models.Dms.uploadFile(ctxUploadFile, myOptions);
|
||||
// Si se ha subido ya la firma, no se vuelve a subir, ya que si no
|
||||
|
|
Loading…
Reference in New Issue