@@ -19,13 +19,13 @@ public synchronized static void initArtikels(final HertlBotRootDao dao)
1919	{
2020		final  List <HertlBotArticle > artikelList  = new  ArrayList <>();
2121        // Die Namen Dürfen keine Leerzeichen enthalten !!!! 
22- 		artikelList .add (new  HertlBotArticle (1 , "1/2-Hähnchen" , BigInteger .valueOf (400L )));
23- 		artikelList .add (new  HertlBotArticle (2 , "Hähnchen-Schenkel" , BigInteger .valueOf (220L )));
24- 		artikelList .add (new  HertlBotArticle (3 , "Krautsalat" , BigInteger .valueOf (160L )));        
25- 		artikelList .add (new  HertlBotArticle (4 , "Brezel-klein" , BigInteger .valueOf (80L )));
26- 		artikelList .add (new  HertlBotArticle (5 , "Brezel-groß" , BigInteger .valueOf (160L )));
27-         artikelList .add (new  HertlBotArticle (6 , "Kartoffelsalat-Essig-Öl" , BigInteger .valueOf (160L )));
28-         artikelList .add (new  HertlBotArticle (7 , "Kartoffelsalat-Majo" , BigInteger .valueOf (160L )));
22+ 		artikelList .add (new  HertlBotArticle (1 , "1/2-Hähnchen" , BigInteger .valueOf (430L )));
23+ 		artikelList .add (new  HertlBotArticle (2 , "Hähnchen-Schenkel" , BigInteger .valueOf (230L )));
24+ 		artikelList .add (new  HertlBotArticle (3 , "Krautsalat" , BigInteger .valueOf (180L )));        
25+ 		artikelList .add (new  HertlBotArticle (4 , "Brezel-klein" , BigInteger .valueOf (100L )));
26+ 		artikelList .add (new  HertlBotArticle (5 , "Brezel-groß" , BigInteger .valueOf (170L )));
27+         artikelList .add (new  HertlBotArticle (6 , "Kartoffelsalat-Essig-Öl" , BigInteger .valueOf (180L )));
28+         artikelList .add (new  HertlBotArticle (7 , "Kartoffelsalat-Majo" , BigInteger .valueOf (180L )));
2929
3030        dao .root ().artikels ().clearAll ();
3131
0 commit comments