CaritasUnna/Invoicing/SettlementInvoiceCreation - Anpassung für Wohnungslosenhilfe
This commit is contained in:
@@ -12,6 +12,11 @@ namespace CaritasUnna
|
||||
{
|
||||
public override bool CanCreateInvoiceTheOldWay(Settlement2DC si, CostBearer2SupportConcept c2s)
|
||||
{
|
||||
String id = c2s.CostBearer.ID;
|
||||
if (!String.IsNullOrEmpty(id) && id == "LWLWohnungslosenhilfe")
|
||||
{
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user