DO yuzu and 6.84
This commit is contained in:
parent
b18179f064
commit
33ff7c2883
47 changed files with 1115 additions and 4566 deletions
|
|
@ -79,6 +79,9 @@
|
|||
out_xml('; menu_new_list '+ str(len(menu_new_list))+'\r\n')
|
||||
for spl in menu_new_list:
|
||||
#product_code = s
|
||||
if spl[0] == "IGNORE":
|
||||
continue
|
||||
|
||||
out_xml( '\t; ==================> Len = ' + str(len(spl)) + '\r\n')
|
||||
menu_img = spl[7]
|
||||
out_xml( '\t; '+ spl[4] + ' ' + spl[5] + ' ' + spl[6]+ ' \r\n')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue