Explorar o código

Added create_transactions call into create of start_factory

Vsevolod Levitan hai 1 ano
pai
achega
28f8522493
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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: