date_due
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 19 Jun 2011 11:17:17 +0000 (13:17 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sun, 19 Jun 2011 11:17:17 +0000 (13:17 +0200)
ferlib2koha.pl

index 9087e3b..4c35dec 100755 (executable)
@@ -222,7 +222,7 @@ sub issues {
                };
                $stat->{$_} = $row->{$_} foreach (qw( itemnumber borrowernumber ));
 
                };
                $stat->{$_} = $row->{$_} foreach (qw( itemnumber borrowernumber ));
 
-               $row->{returndate} ||= '31.12.2011';
+               $row->{date_due} ||= '31.12.2011';
                insert $table => $row;
 
                insert statistics => $stat;
                insert $table => $row;
 
                insert statistics => $stat;