SKFLeverkusen/Invoicing/CustomInvoiceFactory.cs - CustomInvoiceCreation entfernt, da nicht genutzt

SupportOID=169285
This commit is contained in:
2026-07-29 17:33:53 +02:00
parent fdd097f440
commit 51665371c1
2 changed files with 1 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ namespace SKFLeverkusen.Invoicing
}
}
return new CustomInvoiceCreation();
return new InvoiceCreation(); // AB, 29.07.2026: hab die alte Anpassung rausgenommen, da die überhaupt nicht genutzt wird und die Finanzauswertung gestört hat
}
}
}

View File

@@ -62,7 +62,6 @@
<DependentUpon>ABWAufnahmeanzeigeLVR.cs</DependentUpon>
</Compile>
<Compile Include="Calculations\CustomGroupDurationCalculator.cs" />
<Compile Include="Invoicing\CustomInvoiceCreation.cs" />
<Compile Include="Invoicing\CustomInvoiceFactory.cs" />
<Compile Include="Invoicing\SettlementInvoiceCreation.cs" />
<Compile Include="Krisenplan.cs">