skipRollCall aded

This commit is contained in:
SamSys
2025-06-25 03:55:09 +03:30
parent 83a17a7e86
commit b5afc9eef0

View File

@@ -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;