diff --git a/src/pages/Item/Card/ItemBasicData.vue b/src/pages/Item/Card/ItemBasicData.vue index dc6868fba..7e8fa1d92 100644 --- a/src/pages/Item/Card/ItemBasicData.vue +++ b/src/pages/Item/Card/ItemBasicData.vue @@ -192,48 +192,42 @@ const onIntrastatCreated = (response, formData) => { type="number" /> - - + + + + diff --git a/src/pages/Item/locale/en.yml b/src/pages/Item/locale/en.yml index 410ed5edc..35d65b2da 100644 --- a/src/pages/Item/locale/en.yml +++ b/src/pages/Item/locale/en.yml @@ -24,6 +24,13 @@ basicData: boxUnits: Units/Box recycledPlastic: Recycled plastic nonRecycledPlastic: Non recycled plastic + description: Description + isActive: Active + hasKgPrice: Price in kg + isFragile: Fragile + isFragileTooltip: Is shown at website, app that this item cannot travel (wreath, palms, ...) + isPhotoRequested: Do photo + isPhotoRequestedTooltip: This item does need a photo createIntrastatForm: title: New intrastat identifier: Identifier diff --git a/src/pages/Item/locale/es.yml b/src/pages/Item/locale/es.yml index 6540c36c8..498520c26 100644 --- a/src/pages/Item/locale/es.yml +++ b/src/pages/Item/locale/es.yml @@ -24,6 +24,13 @@ basicData: boxUnits: Unidades/caja recycledPlastic: Plástico reciclado nonRecycledPlastic: Plástico no reciclado + description: Descripción + isActive: Activo + hasKgPrice: Precio en kg + isFragile: Frágil + isFragileTooltip: Se muestra en la web app, que este artículo no puede viajar (coronas, palmas, ...) + isPhotoRequested: Hacer foto + isPhotoRequestedTooltip: Este artículo necesita una foto createIntrastatForm: title: Nuevo intrastat identifier: Identificador