master #2200

Merged
sergiodt merged 11 commits from master into test 2024-03-25 07:49:52 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 9e5e49c28f - Show all commits

View File

@ -347,5 +347,5 @@
"Cmr file does not exist": "El archivo del cmr no existe",
"You are not allowed to modify the alias": "No estás autorizado a modificar el alias",
"The address of the customer must have information about Incoterms and Customs Agent": "El consignatario del cliente debe tener informado Incoterms y Agente de aduanas",
"The line could not be marked": "The line could not be marked"
"The line could not be marked": "La linea no puede ser marcada"
}

View File

@ -91,6 +91,7 @@ module.exports = Self => {
} catch (e) {
if (tx) await tx.commit();
}
if (tx) await tx.commit();
} catch (e) {
if (tx) await tx.rollback();
throw new UserError('The line could not be marked');