Plantimes Sort

main
Manuel Tauber 2024-06-05 12:06:01 +02:00
parent 1037984012
commit ea37c02fbd
1 changed files with 1 additions and 1 deletions

View File

@ -1178,7 +1178,7 @@ export class NttGanttComponent implements OnInit {
colName = 'ApprovalStatus';
break;
case 'plantime':
colName = 'plantime';
colName = 'Plantime';
break;
case 'StartDate':
colName = 'D2';