Bugzilla – Attachment 4053 Details for
Bug 6320
Generate Next button doesn't generate next issue
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
0001-Bug-6320-Generate-Next-button-doesn-t-generate-next-.patch (text/plain), 1.25 KB, created by
Frédéric Demians
on 2011-05-07 06:07:38 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Frédéric Demians
Created:
2011-05-07 06:07:38 UTC
Size:
1.25 KB
patch
obsolete
>From ec31ca3e6b4bf8766217451ac40be265d1474d72 Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Demians?= <f.demians@tamil.fr> >Date: Sat, 7 May 2011 08:11:58 +0200 >Subject: [PATCH] Bug 6320 Generate Next button doesn't generate next issue > >--- > .../prog/en/modules/serials/serials-collection.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >index 8d27bd0..bd52497 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt >@@ -247,7 +247,7 @@ $(document).ready(function() { > </tr> > [% END %] > </table> >- <p><input type="submit" value="Edit serials" /> <input type="button" value="Generate Next" onclick="javascript:generateNext([% year.subscriptionidlist %])" /></p> >+ <p><input type="submit" value="Edit serials" /> <input type="button" value="Generate Next" onclick="javascript:generateNext([% subscriptionidlist %])" /></p> > </div> > [% END %] > <input type="hidden" name="subscriptionid" value="[% subscriptionidlist %]" /> >-- >1.7.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 6320
: 4053