Skip to content

Commit

Permalink
Added TI in Good Standing list (#492)
Browse files Browse the repository at this point in the history
Co-authored-by: James Hollinger <39168456+james-hollinger@users.noreply.github.com>
  • Loading branch information
AdityaMantripragada and james-hollinger authored Mar 13, 2024
1 parent 20930b4 commit 358cab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/services.plr-intake/Models/PlrRecord.cs
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public class PlrRecord : BaseAuditable

public static bool ComputeGoodStanding(string? statusCode, string? statusReasonCode)
{
var goodStandingReasons = new[] { "GS", "PRAC", "TEMPPER" };
var goodStandingReasons = new[] { "GS", "PRAC", "TEMPPER", "TI" };
return statusCode == "ACTIVE"
&& goodStandingReasons.Contains(statusReasonCode);
}
Expand Down

0 comments on commit 358cab1

Please sign in to comment.