CHECKPOINT COMMIT - POST SERVICE BANK REMOVAL
Service bank feature removed from front, back and e2e testing mostly commented out in case need to add back again but in some places such as db schema it had to be removed entirely so refer here if adding back in again
This commit is contained in:
@@ -27,7 +27,7 @@ namespace AyaNova.Models
|
||||
|
||||
public string WebAddress { get; set; }
|
||||
public string AccountNumber { get; set; }
|
||||
public bool UsesBanking { get; set; }
|
||||
//public bool UsesBanking { get; set; }
|
||||
public long? ContractId { get; set; }
|
||||
[NotMapped]
|
||||
public string ContractViz { get; set; }
|
||||
@@ -58,7 +58,7 @@ namespace AyaNova.Models
|
||||
public HeadOffice()
|
||||
{
|
||||
Tags = new List<string>();
|
||||
UsesBanking = false;
|
||||
//UsesBanking = false;
|
||||
}
|
||||
|
||||
[NotMapped, JsonIgnore]
|
||||
|
||||
Reference in New Issue
Block a user