Bugzilla – Attachment 22813 Details for
Bug 9807
There should be a way to show the content of a basketgroup without reopening it
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9807 : Followup fixing variable name
Bug-9807--Followup-fixing-variable-name.patch (text/plain), 1.46 KB, created by
Kyle M Hall (khall)
on 2013-11-08 12:42:54 UTC
(
hide
)
Description:
Bug 9807 : Followup fixing variable name
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-11-08 12:42:54 UTC
Size:
1.46 KB
patch
obsolete
>From dbeaef5ec80a07e2171a9d60995b4492f5040873 Mon Sep 17 00:00:00 2001 >From: Mathieu Saby <mathieu.saby@univ-rennes2.fr> >Date: Thu, 7 Nov 2013 21:01:46 +0100 >Subject: [PATCH] Bug 9807 : Followup fixing variable name > >Fixing closedbg name in template > >Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com> >--- > .../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 e218622..3e4db62 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt >@@ -149,7 +149,7 @@ function submitForm(form) { > [% ELSE %] > <div class="btn-group"><a href="[% script_name %]?op=delete&basketgroupid=[% basketgroupid %]&booksellerid=[% booksellerid %]" class="btn btn-small" id="delbutton"><i class="icon-remove"></i> Delete basket group</a></div> > [% END %] >- [% IF (name && closedgb) %] >+ [% IF (name && closedbg) %] > <h1>Basket group [% name %] ([% basketgroupid %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1> > [% ELSIF (name) %] > <h1>Edit basket group [% name %] ([% basketgroupid %]) for <a href="/cgi-bin/koha/acqui/supplier.pl?booksellerid=[% booksellerid %]">[% booksellername |html %]</a></h1> >-- >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 9807
:
22021
|
22023
|
22781
|
22782
|
22792
|
22793
|
22812
| 22813 |
22827
|
23233