skipRollCall aded
This commit is contained in:
@@ -663,7 +663,8 @@ public class IndexModel : PageModel
|
||||
#endregion
|
||||
|
||||
bool hasWorkFlow = false;
|
||||
if (result.CreateCheckoutList.Count > 0 && workshop.HasRollCallFreeVip == "true")
|
||||
var skipRollCallByWorkshopId = WorkshopId is 368 or 367 or 610;
|
||||
if (result.CreateCheckoutList.Count > 0 && workshop.HasRollCallFreeVip == "true" && !skipRollCallByWorkshopId)
|
||||
{
|
||||
DateTime startSreach;
|
||||
DateTime endSearch;
|
||||
|
||||
Reference in New Issue
Block a user