Lebenswert
This commit is contained in:
@@ -130,7 +130,7 @@ namespace LebensWert.Invoicing
|
||||
|
||||
if (cat == "Fachleistungsstunde")
|
||||
{
|
||||
invoiceItem.ItemDescription = "Direkte Leistungen";
|
||||
invoiceItem.ItemDescription = "face-to-face";
|
||||
invoiceItem.UnitDescription = "Fachleistungsstunde (FLS)";
|
||||
}
|
||||
else if (cat == "Fahrtkosten")
|
||||
|
||||
@@ -22,9 +22,13 @@ namespace LebensWert.Invoicing
|
||||
{
|
||||
return new CustomInvoiceCreationNI();
|
||||
}
|
||||
else if (csc.CostBearer.Contains("Hildesheim"))
|
||||
{
|
||||
return new CustomInvoiceCreationHI();
|
||||
}
|
||||
}
|
||||
|
||||
return new CustomInvoiceCreationHI();
|
||||
return new InvoiceCreation();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user