1
0
mirror of https://github.com/Bayselonarrend/OpenIntegrations.git synced 2025-03-25 21:39:21 +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

View File

@ -5,7 +5,7 @@
CurrentDate = BegOfDay(OPI_Tools.GetCurrentDate());
DeliveryDate = CurrentDate + Day * 14;
WHile WeekDay(DeliveryDate) > 5 Do
WHile DayOfWeek(DeliveryDate) > 5 Do
DeliveryDate = DeliveryDate + Day;
EndDo;

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -14113,7 +14113,7 @@ Procedure CDEK_RegisterDeliveryAppointment(FunctionParameters)
CurrentDate = BegOfDay(OPI_Tools.GetCurrentDate());
DeliveryDate = CurrentDate + Day * 14;
WHile WeekDay(DeliveryDate) > 5 Do
WHile DayOfWeek(DeliveryDate) > 5 Do
DeliveryDate = DeliveryDate + Day;
EndDo;

View File

@ -16049,7 +16049,7 @@ Procedure CLI_CDEK_RegisterDeliveryAppointment(FunctionParameters)
CurrentDate = BegOfDay(OPI_Tools.GetCurrentDate());
DeliveryDate = CurrentDate + Day * 14;
WHile WeekDay(DeliveryDate) > 5 Do
WHile DayOfWeek(DeliveryDate) > 5 Do
DeliveryDate = DeliveryDate + Day;
EndDo;