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