FFZG: remove backdating of stock numbers
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 24 Mar 2019 07:40:45 +0000 (08:40 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 25 Mar 2019 14:43:16 +0000 (15:43 +0100)
cataloguing/value_builder/ffzg-stocknumber.pl

index e7b9de2..137feb6 100755 (executable)
@@ -99,7 +99,7 @@ sub plugin {
        my $now = DateTime->now;
        $year = $now->year;
        if ( $now->month == 1 && $now->day <= 15 ) {
-               #$year--;
+               ##$year--;
        }
     }