This commit is contained in:
Christian
2017-06-28 09:00:09 +02:00
parent 51532a205d
commit bce313c146
57 changed files with 4109 additions and 3018 deletions

View File

@@ -870,7 +870,7 @@ namespace BeWo.Service.ServiceImplementations
var span = new DateTimeSpan();
span.StartDateTime = config.StartDate.Value;
span.EndDateTime = config.EndDate.Value;
serviceRecordes = DAOFactory.SearchDAO.FindCustomerServiceRecords(customer.Oid.Value, span, null, config.ShowOnlyMarker ? ServiceRecordTypeId.Content : (ServiceRecordTypeId?)null);
serviceRecordes = DAOFactory.SearchDAO.FindCustomerServiceRecords(customer.Oid.Value, span, null, config.ShowOnlyMarker ? ServiceRecordTypeId.Content : (ServiceRecordTypeId?)null, false);
}
else
{