diff --git a/OFBButte.Entities/MissionarySupport.cs b/OFBButte.Entities/MissionarySupport.cs index 133f30e..7cf24c9 100644 --- a/OFBButte.Entities/MissionarySupport.cs +++ b/OFBButte.Entities/MissionarySupport.cs @@ -61,7 +61,7 @@ namespace OFBButte.Entities public bool RepentanceNecessary { get; set; } public string RepentanceDefinition { get; set; } public bool Fundamentalist { get; set; } - public string BillsOnTime { get; set; } + public bool BillsOnTime { get; set; } public string LateBills { get; set; } public string LateBillActionTaken { get; set; } public string PotentialHarvest { get; set; }