diff --git a/CHANGELOG.md b/CHANGELOG.md index b72bc2c8a..250aa01a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2420.01] +### Added + +- (Item) => Se añade la opción de añadir un comentario del motivo de hacer una foto + ## [2418.01] ## [2416.01] - 2024-04-18 diff --git a/src/i18n/locale/en.yml b/src/i18n/locale/en.yml index 58b20270f..2ae7fb881 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -109,6 +109,7 @@ globals: now: Now name: Name new: New + comment: Comment errors: statusUnauthorized: Access denied statusInternalServerError: An internal server error has ocurred diff --git a/src/i18n/locale/es.yml b/src/i18n/locale/es.yml index dd72f82eb..717404c6c 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -109,6 +109,7 @@ globals: now: Ahora name: Nombre new: Nuevo + comment: Comentario errors: statusUnauthorized: Acceso denegado statusInternalServerError: Ha ocurrido un error interno del servidor diff --git a/src/pages/Item/Card/ItemBasicData.vue b/src/pages/Item/Card/ItemBasicData.vue index 7e8fa1d92..eb486f551 100644 --- a/src/pages/Item/Card/ItemBasicData.vue +++ b/src/pages/Item/Card/ItemBasicData.vue @@ -220,13 +220,20 @@ const onIntrastatCreated = (response, formData) => { - - + +