Skip to content
Snippets Groups Projects

Replace cost unit endpoints for staff member

Merged Martin Mechtel requested to merge beta-4 into develop
11 files
+ 232
105
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -18,9 +18,7 @@ import { StaffMemberFullDto } from '@lib/dto';
<td>{{staffDataTyped.address.replace('\\n', '; ')}}</td>
</tr>
<tr *ngIf="staffDataTyped.citizenship || staffDataTyped.residencePermit"><td>Staatsangehörigkeit</td>
<td fxLayout="row" fxLayoutAlign="space-between center" fxLayoutGap="6px">
<div>{{staffDataTyped.citizenship}}</div>
<div *ngIf="staffDataTyped.residencePermit">Aufenth. erteilt</div></td>
<td>{{staffDataTyped.citizenship}}{{staffDataTyped.residencePermit ? ' - Aufenthaltsgenehmigung erteilt.' : ''}}</td>
</tr>
<tr *ngIf="staffDataTyped.qualification"><td>Qualifikation</td>
<td>{{'staff-data.qualification.' + staffDataTyped.qualification | translate}}
Loading