LebenshilfeBadKreuznachWohnstaette: Fehler in Rechnungsvorschau bei fehlenden Abrechnungsinfos abfangen
SupportOID=165157
This commit is contained in:
@@ -28,11 +28,11 @@ namespace LebenshilfeBadKreuznachWohnstaette
|
||||
|
||||
if (pRO.ServiceInvoicePeriods != null)
|
||||
{
|
||||
if (pRO.ServiceInvoicePeriods.Any(s => (s.SupportConceptApprovalPeriod.ServiceCategory?.Name.ToLower() ?? "").Contains("tagesstruktur")))
|
||||
if (pRO.ServiceInvoicePeriods.Any(s => (s.SupportConceptApprovalPeriod?.ServiceCategory?.Name.ToLower() ?? "").Contains("tagesstruktur")))
|
||||
{
|
||||
lblTSA.Visible = true;
|
||||
}
|
||||
if (selbstzahler && pRO.ServiceInvoicePeriods.Any(s => (s.SupportConceptApprovalPeriod.ServiceCategory?.Name.ToLower() ?? "").Contains("einzelfallhilfe")))
|
||||
if (selbstzahler && pRO.ServiceInvoicePeriods.Any(s => (s.SupportConceptApprovalPeriod?.ServiceCategory?.Name.ToLower() ?? "").Contains("einzelfallhilfe")))
|
||||
{
|
||||
lblTSA.Visible = true;
|
||||
lblTSA.Text = "Einzelfallhilfe / Mehrbedarf [AccountingPeriodEnd!dd.MM.yyyy]";
|
||||
|
||||
Reference in New Issue
Block a user