refs #6276 feat:newWarehouse
gitea/salix/pipeline/pr-master This commit looks good Details

This commit is contained in:
Sergio De la torre 2024-03-22 06:56:27 +01:00
parent 2a976664ec
commit 9e5e49c28f
2 changed files with 2 additions and 1 deletions

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');