MYS: fix promotion bug. case: missing tel num in transaction route

This commit is contained in:
Pakin 2024-06-20 17:36:41 +07:00
parent cb6e486199
commit f758e3171f
3 changed files with 9 additions and 1 deletions

View file

@ -29,7 +29,7 @@ If SystemDateMonthInt = 7 Then
Var ProThaiTeaEnable = 1
If SystemDateDayInt >= 15 Then
Var ProYuzuEnable = 1
Var ProYuzuEnable = 1
Else
Var ProYuzuEnable = 0
EndIf