14.02.26
This commit is contained in:
@@ -537,7 +537,8 @@ class ValuationReport(ValuationBase, ModelView):
|
||||
context = Transaction().context
|
||||
valuation_date = context.get('valuation_date')
|
||||
strategy = context.get('strategy')
|
||||
wh = (val.date == valuation_date)
|
||||
if val.date:
|
||||
wh = (val.date == valuation_date)
|
||||
if strategy:
|
||||
wh &= (val.strategy == strategy)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user