Bug Fix: Warranty Repair list

This commit is contained in:
Gary Sharp
2014-03-18 14:18:59 +11:00
parent 69091e0785
commit b841c6b2c0
4 changed files with 95 additions and 88 deletions
@@ -150,7 +150,7 @@ namespace Disco.BI.Extensions
return !j.ClosedDate.HasValue &&
(j.DeviceSerialNumber != null) &&
j.JobTypeId == JobType.JobTypeIds.HWar &&
string.IsNullOrEmpty(j.JobMetaWarranty.ExternalReference);
!j.JobMetaWarranty.ExternalLoggedDate.HasValue;
}
public static void OnLogWarranty(this Job j, DiscoDataContext Database, string FaultDescription, PluginFeatureManifest WarrantyProviderDefinition, OrganisationAddress Address, User TechUser, Dictionary<string, string> WarrantyProviderProperties)
{