fix: correct IsOldContract logic to properly identify old contracts
This commit is contained in:
@@ -162,7 +162,7 @@ public class InstitutionContract : EntityBase
|
||||
|
||||
public List<InstitutionContractAmendment> Amendments { get; private set; }
|
||||
|
||||
public bool IsOldContract => LawId!= 0;
|
||||
public bool IsOldContract => LawId== 0;
|
||||
|
||||
public InstitutionContract()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user