- {{$ctrl.order.total | currency:'€':2}}
-
+
Item
diff --git a/client/order/src/volume/index.html b/client/order/src/volume/index.html
index 73a6f2d655..1aee6bdb28 100644
--- a/client/order/src/volume/index.html
+++ b/client/order/src/volume/index.html
@@ -1,4 +1,4 @@
-
+ order="shipped DESC">
@@ -30,7 +29,7 @@
-
+
diff --git a/client/ticket/src/log/index.html b/client/ticket/src/log/index.html
index 05e302c39c..6f6daf6c01 100644
--- a/client/ticket/src/log/index.html
+++ b/client/ticket/src/log/index.html
@@ -1,4 +1,4 @@
-
diff --git a/client/ticket/src/tracking/index/index.html b/client/ticket/src/tracking/index/index.html
index cbbf2b74c2..b2b575b1a9 100644
--- a/client/ticket/src/tracking/index/index.html
+++ b/client/ticket/src/tracking/index/index.html
@@ -1,4 +1,4 @@
-
-
+
Id
diff --git a/e2e/paths/client-module/12_lock_of_verified_data.spec.js b/e2e/paths/client-module/12_lock_of_verified_data.spec.js
index 822c4f619e..d861f4174a 100644
--- a/e2e/paths/client-module/12_lock_of_verified_data.spec.js
+++ b/e2e/paths/client-module/12_lock_of_verified_data.spec.js
@@ -307,14 +307,14 @@ describe('Client lock verified data path', () => {
expect(url.hash).toContain('fiscal-data');
});
- it('should confirm verified data button is disabled for salesAssistant', async () => {
+ it('should confirm verified data button is enabled for salesAssistant', async () => {
const result = await nightmare
.wait(selectors.clientFiscalData.verifiedDataCheckboxInput)
.evaluate(selector => {
return document.querySelector(selector).disabled;
}, selectors.clientFiscalData.verifiedDataCheckbox);
- expect(result).toBeTruthy();
+ expect(result).toBeFalsy();
});
it('should now edit the social name', async () => {
diff --git a/services/loopback/common/locale/en.json b/services/loopback/common/locale/en.json
index 09532e8489..b05f755cb5 100644
--- a/services/loopback/common/locale/en.json
+++ b/services/loopback/common/locale/en.json
@@ -18,5 +18,7 @@
"Package cannot be blank": "Package cannot be blank",
"The new quantity should be smaller than the old one": "The new quantity should be smaller than the old one",
"The sales of this ticket can't be modified": "The sales of this ticket can't be modified",
- "Cannot check VIES and Equalization Tax": "Cannot check VIES and Equalization Tax"
+ "Cannot check VIES and Equalization Tax": "Cannot check VIES and Equalization Tax",
+ "Cannot check Equalization Tax in this NIF/CIF": "Cannot check Equalization Tax in this NIF/CIF",
+ "You can't create an order for a frozen client": "You can't create an order for a frozen client"
}
\ No newline at end of file