Kaynağa Gözat

Added create_transactions call into create of start_factory

Vsevolod Levitan 1 yıl önce
ebeveyn
işleme
28f8522493
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      src/logic/start_factory.py

+ 1 - 0
src/logic/start_factory.py

@@ -111,6 +111,7 @@ class start_factory:
 
 
             # Формируем и зпоминаем номеклатуру
             # Формируем и зпоминаем номеклатуру
             res = self.create_recipes()
             res = self.create_recipes()
+            tr = self.create_transactions()
             ingredients = set()
             ingredients = set()
             for x in res:
             for x in res:
                 for ing in x.ingredients:
                 for ing in x.ingredients: