- Ersteinrichtung LH Bad Kreuznach FUD

- Projekt Kopie LH Remscheid -> LH Remscheid Frühförderung nach DB Spiegelung
- Bugfixing Pool Abrechnung Christopherus Haus
- Änderung Ansprechpartner LH Frankfurt Oder
- Leistungsnachweis für KK Praxis Pusteblume
- Bugfixing Kloss Vertretungssuche und Frau Hildmann diverse Stundenkonten
This commit is contained in:
Christian
2025-05-15 20:41:41 +02:00
parent 8a51dcab55
commit 1fef984037
124 changed files with 14969 additions and 1535 deletions

View File

@@ -130,7 +130,8 @@ namespace BeWoPlanerMobil.Controllers
// }
//}
Model.Customers = EmployeeService.GetActiveCompactCustomersForEmployee(Model.Employee.EmployeeOid.Value);
//Model.Customers = EmployeeService.GetActiveCompactCustomersForEmployee(Model.Employee.EmployeeOid.Value);
Model.Customers = CustomerService.GetAllActiveCustomersForEmployee();
Model.Employees = EmployeeService.GetActiveCompactEmployeesForEmployee(MobileSessionFacade.LoggedInCompactEmployee.EmployeeOid);

View File

@@ -39,7 +39,7 @@
</tr>
<tr>
<td class="text-secondary align-text-top">Rolle:</td>
<td class="text-right align-text-top">@relation.RelationRole.DisplayName</td>
<td class="text-right align-text-top">@relation.RelationRole?.DisplayName</td>
</tr>
@if(!string.IsNullOrWhiteSpace(start))
{