Bugzilla – Attachment 5243 Details for
Bug 4051
add columns to overdues export
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
0001-Bug-4051-export-issuedate-and-callnumber.patch (text/plain), 1.30 KB, created by
Paul Poulain
on 2011-08-31 15:17:51 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2011-08-31 15:17:51 UTC
Size:
1.30 KB
patch
obsolete
>From 2e7af55571f6af3f48bbcee8165dbd7b16b2de94 Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Wed, 31 Aug 2011 17:16:43 +0200 >Subject: [PATCH] Bug 4051 export issuedate and callnumber > >Adding callnumber and issuedate to list of columns in CSV export >--- > circ/overdue.pl | 4 ++++ > 1 files changed, 4 insertions(+), 0 deletions(-) > >diff --git a/circ/overdue.pl b/circ/overdue.pl >index 18851a6..f81a25e 100755 >--- a/circ/overdue.pl >+++ b/circ/overdue.pl >@@ -247,7 +247,9 @@ if ($noreport) { > borrowers.phone, > borrowers.email, > issues.itemnumber, >+ issues.issuedate, > items.barcode, >+ items.itemcallnumber, > biblio.title, > biblio.author, > borrowers.borrowernumber, >@@ -306,6 +308,8 @@ if ($noreport) { > borrowernumber => $data->{borrowernumber}, > barcode => $data->{barcode}, > itemnum => $data->{itemnumber}, >+ issuedate => format_date($data->{issuedate}), >+ itemcallnumber => $data->{itemcallnumber}, > borrowertitle => $data->{borrowertitle}, > name => $data->{borrower}, > streetnumber => $data->{streetnumber}, >-- >1.7.4.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 4051
:
5242
|
5243
|
6520
|
6556