Bugzilla – Attachment 25953 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.08 KB, created by
Kyle M Hall (khall)
on 2014-03-07 18:57:17 UTC
(
hide
)
Description:
Bug 10837: Exporting serial claims does not work if no notice defined
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-03-07 18:57:17 UTC
Size:
2.08 KB
patch
obsolete
>From 629430f8e6e84974a731d291d620c5696350280a 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 > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../prog/en/modules/serials/claims.tt | 10 +++------- > 1 files 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 288620b..83fdcf3 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/claims.tt >@@ -259,9 +259,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> >@@ -272,11 +270,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.2.5
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