From df8b0b6678854e7c703eb7d27710a4248027b786 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 19 Jun 2011 13:17:17 +0200 Subject: [PATCH] date_due --- ferlib2koha.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.20.1