FFZG: remove back-date of stocknumber until 15.1.
authorDobrica Pavlinusic <dpavlin@rot13.org>
Thu, 4 Jan 2018 13:29:04 +0000 (14:29 +0100)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 25 Mar 2019 14:43:16 +0000 (15:43 +0100)
cataloguing/value_builder/ffzg-stocknumber.pl

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