Skip to content
Snippets Groups Projects
Commit f8d5edb5 authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FIX #19906 TIME 0:02 wording

parent 339fe696
No related branches found
No related tags found
No related merge requests found
......@@ -71,11 +71,6 @@ export class ExportComponent implements OnInit {
label: this.translate.instant('lang.departureDate'),
isFunction: false
},
{
value: 'arrival_date',
label: this.translate.instant('lang.arrivalDate'),
isFunction: false
},
{
value: 'barcode',
label: this.translate.instant('lang.barcode'),
......@@ -98,7 +93,7 @@ export class ExportComponent implements OnInit {
},
{
value: 'admission_date',
label: this.translate.instant('lang.admissionDate'),
label: this.translate.instant('lang.arrivalDate'),
isFunction: false
},
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment