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

FIX #19906 TIME 0:05 add arrival_date column

parent 759343cd
No related branches found
No related tags found
No related merge requests found
......@@ -71,6 +71,11 @@ 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'),
......
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