Skip to content

Commit

Permalink
Merge 50bb1db into 5f7fcd4
Browse files Browse the repository at this point in the history
  • Loading branch information
GoodERPJeff committed Jun 19, 2018
2 parents 5f7fcd4 + 50bb1db commit 468384f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions finance/models/balance_sheet.py
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ def compute_balance(self, parameter_str, period_id, compute_field_list):
trial_balance[compute_field_list[1]] - trial_balance[compute_field_list[0]])
return sum(subject_vals)

else:
return 0

def deal_with_balance_formula(self, balance_formula, period_id, year_begain_field):
if balance_formula:
return_vals = sum([self.compute_balance(one_formula, period_id, year_begain_field)
Expand Down

0 comments on commit 468384f

Please sign in to comment.