[Koha-bugs] [Bug 8687] Improvements in overdue_notices.pl

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sat Dec 28 09:54:16 CET 2013


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=8687

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |katrin.fischer at bsz-bw.de

--- Comment #22 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
I am stumbling over this bug report again and again, wondering what it is about
as the subject is not really telling much. After reading the comments I think
this would have been a bit better as 2 separate bug reports, one for the CSV
and one for the HTML output change.

I agree with Jonathan about the change to the itemscontent default as this
would be an unexpected change for a lot of libraries. Also itemnumber and
branchname are not useful for a lot of libraries.

-my $itemscontent = join( ',', qw( date_due title barcode author itemnumber )
);
+my $itemscontent = join( ',', qw( itemnumber issuedate date_due title barcode
author itemcallnumber branchname ) );

It looks like this is hiding a 3rd feature even:
+SELECT biblio.*, items.*, issues.*, biblioitems.itemtype,
TO_DAYS($date)-TO_DAYS(date_due) AS days_overdue, branchname
+  FROM issues,items,biblio, biblioitems, branches b

Making ist possible to put the branchname instead of the branchcode into the
output of items?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list