diff --git a/modules/client/front/billing-data/index.spec.js b/modules/client/front/billing-data/index.spec.js
index b8d0f8b116..d589b4dffc 100644
--- a/modules/client/front/billing-data/index.spec.js
+++ b/modules/client/front/billing-data/index.spec.js
@@ -30,7 +30,7 @@ describe('Client', () => {
expect(controller.notifyChanges).toHaveBeenCalledWith();
});
});
- // Excluded due mailer changes #79
+ // Excluded due mailer changes #1001
xdescribe('notifyChanges()', () => {
it(`should perform a GET query`, () => {
$httpBackend.when('GET', `/mailer/notification/payment-update/101`).respond(true);
diff --git a/modules/ticket/front/index/index.html b/modules/ticket/front/index/index.html
index 1953e3cfc3..f2172b2457 100644
--- a/modules/ticket/front/index/index.html
+++ b/modules/ticket/front/index/index.html
@@ -43,8 +43,6 @@
State
Agency
Warehouse
- Invoice
- Route
Total
@@ -75,8 +73,6 @@
{{::ticket.state}}
{{::ticket.agencyMode}}
{{::ticket.warehouse}}
- {{::ticket.refFk | dashIfEmpty}}
- {{::ticket.routeFk | dashIfEmpty}}
{{::ticket.total | currency: '€': 2}}
+
+