From: Scott Torborg Date: Fri, 6 Nov 2009 03:41:21 +0000 (-1000) Subject: whoops, that update_split() call was unnecessary and just causing problems X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;h=70206c7ae5218b469189b44881ce73a93498da07;hp=1de7ebf118cbe861456c45147497cdd55ed1d951;p=bluechips.git whoops, that update_split() call was unnecessary and just causing problems --- 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 = {}