1
0
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:
Vitaly the Alpaca (bot)
2024-10-30 10:40:37 +03:00
parent 4a3fc2abf5
commit f022971295
5 changed files with 5210 additions and 5210 deletions
@@ -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;