MH: PraxisPusteblume Erweiterung CustomInvoiceFactory

This commit is contained in:
2026-06-01 14:05:32 +02:00
parent 95e2b28f58
commit 3e2ed26759

View File

@@ -37,6 +37,10 @@ namespace PraxisPusteblume.Invoicing
{
return new SelbstzahlerInvoiceCreation();
}
if (sr.CostBearer.Name.Contains("Bezirk Oberbayern - Heilpädagogische Praxis "))
{
return new DefaultInvoiceCreation();
}
}
}