From 3aa2dcd8429c7574f527e87bc8af75ddb7037a64 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 14 Aug 2015 12:24:39 +0200 Subject: [PATCH] [SIGNED-OFF]Bug 3642 - New informations in overdues CSV export - add cardnumber This patch adds patron cardnumber to overdues CSV export Test plan : - Go to overdues page : /cgi-bin/koha/circ/overdue.pl - Find some overdues - Click on "Download file of displayed overdues" - Open generated CSV => You see cardnumber column with data Signed-off-by: Hector Castro Works as advertised. Cardnumber appeared --- circ/overdue.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/circ/overdue.pl b/circ/overdue.pl index 7418a99..c8cf739 100755 --- a/circ/overdue.pl +++ b/circ/overdue.pl @@ -441,6 +441,7 @@ sub build_csv { duedate title author + cardnumber borrowertitle firstname surname -- 1.7.10.4