From: Dobrica Pavlinusic Date: Sun, 19 Jun 2011 11:17:17 +0000 (+0200) Subject: date_due X-Git-Url: http://git.rot13.org/?p=ferlib2koha.git;a=commitdiff_plain;h=df8b0b6678854e7c703eb7d27710a4248027b786 date_due --- diff --git a/ferlib2koha.pl b/ferlib2koha.pl index 9087e3b..4c35dec 100755 --- a/ferlib2koha.pl +++ b/ferlib2koha.pl @@ -222,7 +222,7 @@ sub issues { }; $stat->{$_} = $row->{$_} foreach (qw( itemnumber borrowernumber )); - $row->{returndate} ||= '31.12.2011'; + $row->{date_due} ||= '31.12.2011'; insert $table => $row; insert statistics => $stat;