master #2200
|
@ -347,5 +347,5 @@
|
||||||
"Cmr file does not exist": "El archivo del cmr no existe",
|
"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",
|
"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 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) {
|
} catch (e) {
|
||||||
if (tx) await tx.commit();
|
if (tx) await tx.commit();
|
||||||
}
|
}
|
||||||
|
if (tx) await tx.commit();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if (tx) await tx.rollback();
|
if (tx) await tx.rollback();
|
||||||
throw new UserError('The line could not be marked');
|
throw new UserError('The line could not be marked');
|
||||||
|
|
Loading…
Reference in New Issue