Reports
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user