Bugzilla – Attachment 6611 Details for
Bug 7020
Items with no checkouts report does not output call number, barcode or item details
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Modified line 27 to fix the title
attachment.patch (text/plain), 1.47 KB, created by
jaker@mvwsd.org
on 2011-12-06 19:30:30 UTC
(
hide
)
Description:
Modified line 27 to fix the title
Filename:
MIME Type:
Creator:
jaker@mvwsd.org
Created:
2011-12-06 19:30:30 UTC
Size:
1.47 KB
patch
obsolete
>@@ -, +, @@ > not output call number, barcode or item details > .../prog/en/modules/reports/catalogue_out.tt | 17 ++++++++++++----- > 1 files changed, 12 insertions(+), 5 deletions(-) >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt >+++ a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_out.tt >@@ -65,13 +65,20 @@ > </tr> > [% IF ( looptable.looprow ) %] > [% FOREACH loopro IN looptable.looprow %] >- [% UNLESS ( loop.odd ) %]<tr class="highlight"> >- [% ELSE %]<tr>[% END %] >+ [% DEFAULT >+ loopro.itemcallnumber="No Call Number" >+ loopro.barcode="No Barcode" >+ loopro.title="NO TITLE" >+ loopro.author="" >+ %] >+ [% UNLESS ( loop.odd ) %]<tr class="highlight"> >+ [% ELSE %]<tr>[% END %] >+ > <td>[% loop.count %]</td> >- <td>[% DEFAULT loopro.itemcallnumber="No Call Number" %]</td> >- <td>[% DEFAULT loopro.barcode="No Barcode" %]</td> >+ <td>[% loopro.itemcallnumber %]</td> >+ <td>[% loopro.barcode %]</td> >- <td><p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.biblionumber %]">[% DEFAULT loopro.title="NO TITLE" %]</a></p> >+ <td><p><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loopro.biblionumber %]">[% loopro.title %]</a></p> >- [% DEFAULT loopro.author="" %] >+ [% loopro.author %] > [% IF ( loopro.branch ) %]at [% loopro.branch %][% END %] > </td> > </tr>
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 7020
:
5868
|
5869
|
6196
|
6611
|
6628