Remove pitzaamir(resturan) costum static checkout Condition

This commit is contained in:
SamSys
2025-11-22 19:50:48 +03:30
parent ea3baf14e8
commit e9665c190b

View File

@@ -676,7 +676,7 @@ public class IndexModel : PageModel
#endregion
bool hasWorkFlow = false;
var skipRollCallByWorkshopId = WorkshopId is 368 or 367 or 610;
var skipRollCallByWorkshopId = WorkshopId is 368 or 610;
if (result.CreateCheckoutList.Count > 0 && workshop.HasRollCallFreeVip == "true" && !skipRollCallByWorkshopId)
{
DateTime startSreach;