add GPRS display

- SGP: update remove cup, lock away cashless cancel, fix bug video not full
- MYS: change wording collect pt3
- DUBAI: update wordings
This commit is contained in:
Pakin 2025-04-04 14:16:54 +07:00
parent 3c05684c63
commit 333782116c
20 changed files with 26056 additions and 25362 deletions

View file

@ -1,4 +1,8 @@
if "v2" in param:
# python3 menu_inter_gen.py sheet sheet ../taobin_project/ mys new-inter-v2-gcpm
def find_templatable_product_codes(str_pd):
# find sep `|`
str_pd_spl = str_pd.split('|')