Explorar el Código

Custom User Fix

master
30117125 hace 5 años
padre
commit
36e09e49de
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      UnivateProperties_API/Repository/Timeshare/WeekRepository.cs

+ 1
- 1
UnivateProperties_API/Repository/Timeshare/WeekRepository.cs Ver fichero

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

Loading…
Cancelar
Guardar