This commit is contained in:
parent
2a976664ec
commit
9e5e49c28f
|
@ -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"
|
||||
}
|
|
@ -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');
|
||||
|
|
Loading…
Reference in New Issue