Bugzilla – Attachment 23773 Details for
Bug 10837
Exporting serial claims does not work if no notice defined
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10837: Exporting serial claims does not work if no notice defined
Bug-10837-Exporting-serial-claims-does-not-work-if.patch (text/plain), 2.03 KB, created by
Jonathan Druart
on 2013-12-23 09:03:54 UTC
(
hide
)
Description:
Bug 10837: Exporting serial claims does not work if no notice defined
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-12-23 09:03:54 UTC
Size:
2.03 KB
patch
obsolete
>From 86d42ef38bec6d34c9cec7db784623a344d2c392 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Mon, 23 Dec 2013 09:58:30 +0100 >Subject: [PATCH] Bug 10837: Exporting serial claims does not work if no > notice defined > >On the serial claims page, it is possible to export (using a csv >profile) or claim 1+ serials. >The checkboxes are not shown if the claiming notice is not defined. >So it is not possible to export claims. > >Test plan: >- delete your notice "claimissues" >- go on the serial claims page >- verify that you are able to export them as CSV >--- > koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt | 10 +++------- > 1 file changed, 3 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >index 6b0b89d..ba76779 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -251,9 +251,7 @@ > <input type="hidden" name="order" value="[% order %]" /> > <table id="claimst"> > <thead><tr> >- [% IF ( letter ) %] > <th><input type="checkbox" id="CheckAll"></th> >- [% END %] > <th>Vendor</th> > <th>Library</th> > <th>Title</th> >@@ -264,11 +262,9 @@ > </tr></thead> > <tbody>[% FOREACH missingissue IN missingissues %] > <tr> >- [% IF ( letter ) %] >- <td> >- <input type="checkbox" name="serialid" value="[% missingissue.serialid %]" /> >- </td> >- [% END %] >+ <td> >+ <input type="checkbox" name="serialid" value="[% missingissue.serialid %]" /> >+ </td> > <td> > [% missingissue.name %] > </td> >-- >1.7.10.4
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 10837
:
20967
|
23747
|
23773
|
25953
|
26119