Browse Source

Custom User Fix

master
30117125 4 years ago
parent
commit
36e09e49de
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      UnivateProperties_API/Repository/Timeshare/WeekRepository.cs

+ 1
- 1
UnivateProperties_API/Repository/Timeshare/WeekRepository.cs View File

@@ -1051,7 +1051,7 @@ namespace UnivateProperties_API.Repository.Timeshare
1051 1051
                     WeekId = week.Id
1052 1052
                 };
1053 1053
 
1054
-                switch (sellItem.OwnerObject.MaritalStatus.ToUpper())
1054
+                switch (sellItem.OwnerObject.MaritalStatus?.ToUpper())
1055 1055
                 {
1056 1056
                     case "":
1057 1057
                         indiv.HowMarried = MarriedType.NotApplicable;

Loading…
Cancel
Save