Commit dd10a334 authored by Julien Muchembled's avatar Julien Muchembled

Amount Generator: automatic sort based on application/contribution dependencies [1/2]

Preliminary commit only to indent a big section of code.
parent 10be013b
...@@ -237,6 +237,7 @@ class AmountGeneratorMixin: ...@@ -237,6 +237,7 @@ class AmountGeneratorMixin:
"""Browse recursively the amount generator lines """Browse recursively the amount generator lines
and accumulate applicable values and accumulate applicable values
""" """
if 1:
amount_generator_line_list = self.contentValues( amount_generator_line_list = self.contentValues(
portal_type=amount_generator_line_type_list) portal_type=amount_generator_line_type_list)
# Recursively feed base_amount # Recursively feed base_amount
......
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