From 24ac9e579a5acd4acef7a8211bca3f5c49828cd7 Mon Sep 17 00:00:00 2001 From: dan Date: Wed, 24 Jul 2019 23:00:03 -0600 Subject: [PATCH] Change bills on time to bool --- OFBButte.Entities/MissionarySupport.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }