From 70206c7ae5218b469189b44881ce73a93498da07 Mon Sep 17 00:00:00 2001 From: Scott Torborg Date: Thu, 5 Nov 2009 17:41:21 -1000 Subject: [PATCH] whoops, that update_split() call was unnecessary and just causing problems --- bluechips/controllers/spend.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/bluechips/controllers/spend.py b/bluechips/controllers/spend.py index 0bd830c..2b4be30 100644 --- a/bluechips/controllers/spend.py +++ b/bluechips/controllers/spend.py @@ -102,8 +102,6 @@ class SpendController(BaseController): # Set the fields that were submitted shares = self.form_result.pop('shares') update_sar(e, self.form_result) - if e.id is not None: - e.update_split() users = dict(meta.Session.query(model.User.id, model.User).all()) split_dict = {} -- 2.45.2