Modifiche per il documento Per anno

Dalla versione 87.3
modificato da Andrea Omicini
il 29/10/2021 15:50
Cambia il commento: Nessun commento per questa versione
Alla versione 87.2
modificato da Andrea Omicini
il 29/10/2021 15:49
Cambia il commento: Nessun commento per questa versione

Summary

Details

Page properties
Content
... ... @@ -19,7 +19,7 @@
19 19   #set( $firstYear = $fromPar )
20 20   #set( $yearList = [$lastYear..$firstYear] )
21 21   #end
22 - #if( $toPar != '' && ($toPar < $lastYear) ) LT
22 + #if( $toPar != '' && ($toPar > $lastYear) ) LT
23 23   #set( $lastYear = $toPar )
24 24   #set( $yearList = [$lastYear..$firstYear] )$yearList
25 25   #end