Browse Source

Forced to EFT Payments

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

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

945
 
945
 
946
 
946
 
947
             sellItem.DisplayOwner = owner.FullName;
947
             sellItem.DisplayOwner = owner.FullName;
948
-            week.StatusId = 32;
948
+            if (sellItem.StatusId == 0) 
949
+                week.StatusId = 32;
949
             _dbContext.Add(week);
950
             _dbContext.Add(week);
950
             Save();
951
             Save();
951
 
952
 

Loading…
Cancel
Save