Bugzilla – Attachment 2208 Details for
Bug 4131
link on subscripton page says 'create routing' even when one exists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
0001-bug-4131-have-subscription-so-edit-routing-if-one-ex.patch (text/plain), 1.74 KB, created by
Nicole C. Engard
on 2010-06-03 00:05:24 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2010-06-03 00:05:24 UTC
Size:
1.74 KB
patch
obsolete
>From 534b5b394ba77cb8661bb3ad2d110e5152ad4f08 Mon Sep 17 00:00:00 2001 >From: Nicole Engard <nengard@bywatersolutions.com> >Date: Mon, 31 May 2010 20:27:13 -0400 >Subject: [PATCH] bug 4131 have subscription so edit routing if one exists >Content-Type: text/plain; charset="utf-8" > >--- > .../prog/en/includes/serials-menu.inc | 11 +++++------ > 1 files changed, 5 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc >index 6f21f93..c3007f7 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/serials-menu.inc >@@ -1,12 +1,11 @@ > <!-- TMPL_IF NAME="subscriptionid" --> > <ul> > <li><a href="serials-collection.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Serial Collection</a></li> >- <!-- TMPL_IF NAME="routing" --><li><a href="routing.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->">Edit Routing List</a></li><!-- TMPL_ELSE --> >- <li><a href="routing.pl?subscriptionid=<!-- TMPL_VAR NAME="subscriptionid" -->&op=new">Create Routing List</a></li><!-- /TMPL_IF --> >-</ul> >-<!-- /TMPL_IF --> >- >-<ul> >+ <!--TMPL_IF Name="hasRouting"--> >+ <li><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->">Edit Routing List</a></li> >+ <!-- TMPL_ELSE --> >+ <li><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=<!-- TMPL_VAR name="subscriptionid" -->&op=new">Create Routing List</a></li> >+ <!--/TMPL_IF--> > <li><a href="/cgi-bin/koha/serials/claims.pl">Claims</a></li> > <li><a href="/cgi-bin/koha/serials/checkexpiration.pl">Check Expiration</a></li> > </ul> >\ No newline at end of file >-- >1.5.6.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 4131
:
1860
| 2208