main #7

Merged
admin merged 620 commits from main into dev 2026-03-29 13:03:25 +00:00
Showing only changes of commit 330fc8d320 - Show all commits

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)