X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=bluechips%2Fcontrollers%2Fspend.py;fp=bluechips%2Fcontrollers%2Fspend.py;h=edc5ea26e5b78610616b202a2ac6efa437a13e26;hb=2cd8bb4364413fcc4fc980201903e75d48c90df4;hp=d27ec40d2dc448507b8d50ef1c83a9bddaf61867;hpb=f03d48ccc07789e1c56b07cec50820f3ad26f8ba;p=bluechips.git diff --git a/bluechips/controllers/spend.py b/bluechips/controllers/spend.py index d27ec40..edc5ea2 100644 --- a/bluechips/controllers/spend.py +++ b/bluechips/controllers/spend.py @@ -87,7 +87,7 @@ class SpendController(BaseController): user_id, user = user_row val = 0 if user.resident: - val = Decimal(100) / Decimal(num_residents) + val = Decimal(1) c.values['shares-%d.amount' % ii] = val else: c.title = 'Edit an Expenditure'