diff --git a/src/i18n/en/index.js b/src/i18n/en/index.js
index 36bc65a85..4dfddc72a 100644
--- a/src/i18n/en/index.js
+++ b/src/i18n/en/index.js
@@ -351,25 +351,25 @@ export default {
weight: 'Weight',
goTo: 'Go to',
},
- negative:{
- hour: 'Hora',
- id: 'Id_Articulo',
- longName:'Articulo',
- supplier: 'Productor',
- colour:'Color',
- size:'Medida',
- origen:'Origen',
- value:'Negativo',
+ negative: {
+ hour: 'Hour',
+ id: 'Id Article',
+ longName: 'Article',
+ supplier: 'Supplier',
+ colour: 'Colour',
+ size: 'Size',
+ origen: 'Origen',
+ value: 'Negative',
itemFk: 'itemFk',
warehouseFk: 'warehouseFk',
producer: 'producer',
category: 'category',
warehouse: 'warehouse',
- lack: 'Negativo',
+ lack: 'Negative',
inkFk: 'inkFk',
timed: 'timed',
minTimed: 'minTimed',
- }
+ },
},
claim: {
pageTitles: {
diff --git a/src/pages/Ticket/Negative/TicketDescriptor.vue b/src/pages/Ticket/Negative/TicketDescriptor.vue
index d898dabab..d7065d9c3 100644
--- a/src/pages/Ticket/Negative/TicketDescriptor.vue
+++ b/src/pages/Ticket/Negative/TicketDescriptor.vue
@@ -1,13 +1,13 @@
-
+
-
+
diff --git a/src/pages/Ticket/Negative/TicketFilter.vue b/src/pages/Ticket/Negative/TicketFilter.vue
index db4dad9db..edddb9c00 100644
--- a/src/pages/Ticket/Negative/TicketFilter.vue
+++ b/src/pages/Ticket/Negative/TicketFilter.vue
@@ -45,7 +45,7 @@ const agencies = ref();
-
+
@@ -55,53 +55,56 @@ const agencies = ref();
is-outlined
/>
-
-
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
@@ -205,8 +217,8 @@ const columns = computed(() => [
#false {
background-color: $negative;
}
-div.q-dialog__inner > div{
- max-width: fit-content !important;
- background-color: red !important;
+div.q-dialog__inner > div {
+ max-width: fit-content !important;
+ // background-color: red !important;
}