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 95bd871aa..0ce21e9b2 100644 --- a/src/i18n/locale/en.yml +++ b/src/i18n/locale/en.yml @@ -106,6 +106,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 0cbcc984b..c2f61d001 100644 --- a/src/i18n/locale/es.yml +++ b/src/i18n/locale/es.yml @@ -106,6 +106,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) => { - - + +