From a72077f81bbc27d66136007343b23d46d683c674 Mon Sep 17 00:00:00 2001 From: Jean-Paul Smets <jp@nexedi.com> Date: Mon, 1 Mar 2010 09:58:02 +0000 Subject: [PATCH] Minor presentation changes git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@33169 20353a03-c40f-0410-a6d1-a30d3c3de9de --- product/ERP5/interfaces/amount_generator.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/product/ERP5/interfaces/amount_generator.py b/product/ERP5/interfaces/amount_generator.py index 7d77a1b5d7..89bb550313 100644 --- a/product/ERP5/interfaces/amount_generator.py +++ b/product/ERP5/interfaces/amount_generator.py @@ -43,14 +43,14 @@ class IAmountGenerator(Interface): and Trade Conditions. """ - def getAggregatedAmountList(context, movement_list=None, rounding=False): + def getAggregatedAmountList(context, amount_list=None, rounding=False): """ Returns an IAmountList generated by a model applied to the context. and aggregated according to the context divergence testers. context - an IMovementCollection, an IAmountList or an IAmount - movement_list - optional IAmountList which can be passed explicitly + amount_list - optional IAmountList which can be passed explicitly whenever context is an IMovementCollection and whenever we want to filter context.getMovementList @@ -63,15 +63,15 @@ class IAmountGenerator(Interface): - define how to retrieve divergence testers in the context """ - def getGeneratedAmountList(context, movement_list=None, rounding=False): + def getGeneratedAmountList(context, amount_list=None, rounding=False): """ Returns an IAmountList generated by a model applied to the context. context - an IMovementCollection, an IAmountList or an IAmount - movement_list - optional IAmountList which can be passed explicitly - whenever context is an IMovementCollection and whenever - we want to filter context.getMovementList + amount_list - optional IAmountList which can be passed explicitly + whenever context is an IMovementCollection and whenever + we want to filter context.getMovementList rounding - boolean argument, which controls if rounding shall be applied on generated movements or not -- 2.30.9