Switched 2 barcodes

This commit is contained in:
Yarne Coppens 2024-11-27 20:50:42 +01:00
parent db2e6644f3
commit 5d8c67f3fc

View file

@ -81,8 +81,8 @@ vingers = product_classes.Product(name="vingers", price=4.0, barcode=1061 ,image
auto = product_classes.Product(name="auto", price=2.0, barcode=1062 ,image_filename="sinterklaas/auto") auto = product_classes.Product(name="auto", price=2.0, barcode=1062 ,image_filename="sinterklaas/auto")
blokken = product_classes.Product(name="blokken", price=2.0, barcode=1063 ,image_filename="sinterklaas/blokken") blokken = product_classes.Product(name="blokken", price=2.0, barcode=1063 ,image_filename="sinterklaas/blokken")
boek = product_classes.Product(name="boek", price=5.0, barcode=1064 ,image_filename="sinterklaas/boek") boek = product_classes.Product(name="boek", price=5.0, barcode=1064 ,image_filename="sinterklaas/boek")
letterkoekjes = product_classes.Product(name="letterkoekjes", price=2.0, barcode=1065 ,image_filename="sinterklaas/letterkoekjes") nicnac = product_classes.Product(name="nicnac", price=2.0, barcode=1065 ,image_filename="sinterklaas/nicnac")
nicnac = product_classes.Product(name="nicnac", price=2.0, barcode=1066 ,image_filename="sinterklaas/nicnac") letterkoekjes = product_classes.Product(name="letterkoekjes", price=2.0, barcode=1066 ,image_filename="sinterklaas/letterkoekjes")
pakje = product_classes.Product(name="pakje", price=4.0, barcode=1067 ,image_filename="sinterklaas/pakje") pakje = product_classes.Product(name="pakje", price=4.0, barcode=1067 ,image_filename="sinterklaas/pakje")
pietenmuts = product_classes.Product(name="pietenmuts", price=3.0, barcode=1068 ,image_filename="sinterklaas/pietenmuts") pietenmuts = product_classes.Product(name="pietenmuts", price=3.0, barcode=1068 ,image_filename="sinterklaas/pietenmuts")
pop = product_classes.Product(name="pop", price=6.0, barcode=1069 ,image_filename="sinterklaas/pop") pop = product_classes.Product(name="pop", price=6.0, barcode=1069 ,image_filename="sinterklaas/pop")