Bugzilla – Attachment 9194 Details for
Bug 7604
Link on basket group name for closed basket groups is broken
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7604 - Link on basket group name for closed basket groups is broken
Bug-7604---Link-on-basket-group-name-for-closed-ba.patch (text/plain), 1.37 KB, created by
Katrin Fischer
on 2012-04-14 12:45:59 UTC
(
hide
)
Description:
Bug 7604 - Link on basket group name for closed basket groups is broken
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2012-04-14 12:45:59 UTC
Size:
1.37 KB
patch
obsolete
>From 772e5d4d28d909eee85052800f1227a641dec821 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sat, 14 Apr 2012 14:43:32 +0200 >Subject: [PATCH] Bug 7604 - Link on basket group name for closed basket > groups is broken > >Fixes the intended behaviour of the link on the basket group name >for closed basket groups by adding a missing '='. > >Clicking the link will reopen the basket group. >--- > .../prog/en/modules/acqui/basketgroup.tt | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >index 572d353..7cfa763 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -293,7 +293,7 @@ function yuiToolbar() { > [% IF ( basketgroup.closed ) %] > <tr> > <td> >- <a href="/cgi-bin/koha/acqui/basketgroup.pl?op=reopen&booksellerid=[% basketgroup.booksellerid %]&basketgroupid[% basketgroup.id %]">[% IF ( basketgroup.name ) %] >+ <a href="/cgi-bin/koha/acqui/basketgroup.pl?op=reopen&booksellerid=[% basketgroup.booksellerid %]&basketgroupid=[% basketgroup.id %]">[% IF ( basketgroup.name ) %] > [% basketgroup.name %] > [% ELSE %] > Basket group no. [% basketgroup.id %] >-- >1.7.5.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 7604
:
9194
|
9540