|
@@ -196,7 +196,7 @@ namespace PRSDesktop
|
|
Action<CoreTable?, Exception?> action)
|
|
Action<CoreTable?, Exception?> action)
|
|
{
|
|
{
|
|
var filter = new Filter<DeliveryItem>(x => x.DeliveredDate).IsEqualTo(DateTime.MinValue)
|
|
var filter = new Filter<DeliveryItem>(x => x.DeliveredDate).IsEqualTo(DateTime.MinValue)
|
|
- .And(x => x.ManufacturingPacketLink.Completed).IsGreaterThan(DateTime.MinValue.AddDays(1));
|
|
|
|
|
|
+ .And(x => x.ManufacturingPacketLink.Completed).IsNotEqualTo(DateTime.MinValue);
|
|
if (ParentID != Guid.Empty)
|
|
if (ParentID != Guid.Empty)
|
|
filter = filter.And(x => x.JobLink.ID).IsEqualTo(ParentID);
|
|
filter = filter.And(x => x.JobLink.ID).IsEqualTo(ParentID);
|
|
if (!string.IsNullOrEmpty(Search))
|
|
if (!string.IsNullOrEmpty(Search))
|