Przeglądaj źródła

Added create_transactions call into create of start_factory

Vsevolod Levitan 1 rok temu
rodzic
commit
28f8522493
1 zmienionych plików z 1 dodań i 0 usunięć
  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()
+            tr = self.create_transactions()
             ingredients = set()
             for x in res:
                 for ing in x.ingredients: