MH: Pusteblume andere Rechnung für neuen KT

This commit is contained in:
2025-11-28 14:07:04 +01:00
parent 91e68d6c0e
commit d67a1b34ef
2 changed files with 3 additions and 7 deletions

View File

@@ -293,7 +293,7 @@ namespace PraxisPusteblume
this.xrTableCell16.Name = "xrTableCell16";
this.xrTableCell16.StylePriority.UseTextAlignment = false;
this.xrTableCell16.Text = "Name";
this.xrTableCell16.Weight = 0.15585432701293181D;
this.xrTableCell16.Weight = 0.15508868841038997D;
//
// xrTableCell18
//
@@ -301,7 +301,7 @@ namespace PraxisPusteblume
this.xrTableCell18.Name = "xrTableCell18";
this.xrTableCell18.StylePriority.UseTextAlignment = false;
this.xrTableCell18.Text = "Vorname";
this.xrTableCell18.Weight = 0.145671904683063D;
this.xrTableCell18.Weight = 0.14643754328560485D;
//
// xrTableCell1
//

View File

@@ -25,7 +25,7 @@ namespace PraxisPusteblume.Invoicing
return new OBASammelInvoiceCreation();
}
if (sr.CostBearer.Name.Contains("Bezirk Oberbayern - IFS"))
if (sr.CostBearer.Name.Contains("Bezirk Oberbayern - IFS") || sr.CostBearer.Name.Contains("Amt für Soziales, Mobilität & Kultur"))
{
return new IFSSammelInvoiceCreation();
}
@@ -37,10 +37,6 @@ namespace PraxisPusteblume.Invoicing
{
return new SelbstzahlerInvoiceCreation();
}
if (sr.CostBearer.Name.Contains("Amt für Soziales, Mobilität & Kultur"))
{
return new DefaultInvoiceCreation();
}
}
}