lang 4 ani în urmă
părinte
comite
38af44681d
1 a modificat fișierele cu 1 adăugiri și 0 ștergeri
  1. 1 0
      Controller/MealManage.py

+ 1 - 0
Controller/MealManage.py

@@ -142,6 +142,7 @@ class MealManage(View):
                        , "commodity_type", "commodity_code", "virtual_price", "is_discounts", "discount_price"
                        , "bucket_id", "bucket__bucket", "bucket__area", "bucket__storeDay", "bucket__mold")
         res = {}
+        items_list = []
         if qs.exists():
             ql = list(qs)
             from operator import itemgetter