PerspektivenEV/Invoicing/CollectiveInvoiceCreationBthg - KA schon ab 15 Min berechnen
This commit is contained in:
@@ -464,7 +464,7 @@ namespace PerspektivenEV.Invoicing
|
||||
}
|
||||
else if (cat.Abbreviation.Length > 1 && cat.Abbreviation.ToLower().Substring(cat.Abbreviation.Length - 2) == "ka")
|
||||
{
|
||||
if (approvedBEPerInterval == null || approvedBEPerInterval.Value < 16)
|
||||
if (approvedBEPerInterval == null || approvedBEPerInterval.Value < 15)
|
||||
{
|
||||
lg = 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user