This commit is contained in:
parent
9336d20e45
commit
656685cd7e
|
@ -263,6 +263,6 @@
|
|||
"It is not possible to modify sales that their articles are from Floramondo": "No es posible modificar líneas de pedido cuyos artículos sean de Floramondo",
|
||||
"It is not possible to modify cloned sales": "No es posible modificar líneas de pedido clonadas",
|
||||
"A supplier with the same name already exists. Change the country.": "Un proveedor con el mismo nombre ya existe. Cambie el país.",
|
||||
"There is no assigned email for this client": "No hay correo asignado para este cliente"
|
||||
"There is no assigned email for this client": "No hay correo asignado para este cliente",
|
||||
"Not exist this branch": "Not exist this branch"
|
||||
}
|
||||
|
||||
|
|
|
@ -49,13 +49,13 @@ module.exports = Self => {
|
|||
});
|
||||
Self.upload = async(
|
||||
ctx,
|
||||
options,
|
||||
appName,
|
||||
toVersion,
|
||||
branch,
|
||||
fromVersion,
|
||||
description,
|
||||
unlock
|
||||
unlock,
|
||||
options
|
||||
) => {
|
||||
const models = Self.app.models;
|
||||
const myOptions = {};
|
||||
|
|
Loading…
Reference in New Issue