From df156ed9f0142ac71abc11e16527e343cfe6b913 Mon Sep 17 00:00:00 2001 From: Fridolin Somers Date: Fri, 14 Aug 2015 12:24:39 +0200 Subject: [PATCH] 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 --- 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 -- 2.1.0