This commit is contained in:
2026-02-14 18:28:15 +01:00
parent f0b979ac8c
commit 330fc8d320

View File

@@ -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)