Change bills on time to bool

master
dan 2019-07-24 23:00:03 -06:00
parent 1e982b18fb
commit 24ac9e579a
1 changed files with 1 additions and 1 deletions

View File

@ -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; }