You've already forked OpenIntegrations
mirror of
https://github.com/Bayselonarrend/OpenIntegrations.git
synced 2026-05-22 10:05:29 +02:00
Main build (Jenkins)
This commit is contained in:
@@ -37,7 +37,7 @@ Method at API documentation: [Registration of delivery appointment](https://api-
|
||||
CurrentDate = BegOfDay(OPI_Tools.GetCurrentDate());
|
||||
DeliveryDate = CurrentDate + Day * 14;
|
||||
|
||||
WHile WeekDay(DeliveryDate) > 5 Do
|
||||
WHile DayOfWeek(DeliveryDate) > 5 Do
|
||||
DeliveryDate = DeliveryDate + Day;
|
||||
EndDo;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user