Commit b2a8599c authored by Jérome Perrin's avatar Jérome Perrin

typo that made the totals for available budget always 0

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@37944 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 9a449e45
......@@ -328,7 +328,7 @@ for budget in budget_list:\n
total_level_2_current_budget += total_level_3_current_budget\n
total_level_2_engaged_budget += total_level_3_engaged_budget\n
total_level_2_consumed_budget += total_level_3_consumed_budget\n
total_level_2_available_budget += total_level_2_available_budget\n
total_level_2_available_budget += total_level_3_available_budget\n
\n
if len(level_3_line_list) > 1 or level_4_category is None:\n
consumed_ratio = 0\n
......
328
\ No newline at end of file
329
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment