K
|
klyle author 4/3/2021 |
if ($values["DeliveryVehicleStatusExit"]=1) { |
![]() |
Sergey Kornilov admin 4/4/2021 |
A correction, the following would be the right code: if ($values["DeliveryVehicleStatusExit"]==1) { |