Bugzilla – Attachment 12108 Details for
Bug 8716
Reordering of routing list entries doesn't work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
[SIGNED-OFF] Bug 8716 - make the routing list reordering function work
SIGNED-OFF-Bug-8716---make-the-routing-list-reorde.patch (text/plain), 1.31 KB, created by
Owen Leonard
on 2012-09-10 14:58:40 UTC
(
hide
)
Description:
[SIGNED-OFF] Bug 8716 - make the routing list reordering function work
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2012-09-10 14:58:40 UTC
Size:
1.31 KB
patch
obsolete
>From 8c3afe9f73a775453234f1ddaf6b6e9cc6760119 Mon Sep 17 00:00:00 2001 >From: Robin Sheat <robin@catalyst.net.nz> >Date: Tue, 4 Sep 2012 16:53:36 +0200 >Subject: [PATCH] [SIGNED-OFF] Bug 8716 - make the routing list reordering > function work >Content-Type: text/plain; charset="utf-8" > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../prog/en/modules/serials/routing.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt >index a677e29..ef4a76d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/routing.tt >@@ -57,7 +57,7 @@ function search_member(subscriptionid){ > [% FOREACH member IN m_loop %] > <tr><td>[% member.name %]</td> > <td> >- <select name="itemrank" onchange="reorder_item([%- subscriptionid -%], [%- member.routingid -%], this.option[this.selectedIndex].value)"> >+ <select name="itemrank" onchange="reorder_item([%- subscriptionid -%], [%- member.routingid -%], this.value)"> > [% rankings = [1 .. m_loop.size] %] > [% FOREACH r IN rankings %] > [% IF r == member.ranking %] >-- >1.7.9.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 8716
:
11959
| 12108