Browse Source

Fehler bei Konvertierung

robert 1 năm trước cách đây
mục cha
commit
2ea70bf177
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      webservice/planner_load.py

+ 1 - 1
webservice/planner_load.py

@@ -112,7 +112,7 @@ class PlannerLoad:
                 self.structure.append(new_account)
 
         for s in self.structure:
-            s["values2"] = self.get_values2(s)
+            self.get_values2(s)
             s["options"] = self.get_options(s)
             del s["accountlevel"]
             del s["absolute"]