Bugzilla – Attachment 22782 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]
[PATCH 2] Bug 9807 : Followup fixing variable name
0006-followup.patch (text/plain), 1.44 KB, created by
Mathieu Saby
on 2013-11-07 14:49:51 UTC
(
hide
)
Description:
[PATCH 2] Bug 9807 : Followup fixing variable name
Filename:
MIME Type:
Creator:
Mathieu Saby
Created:
2013-11-07 14:49:51 UTC
Size:
1.44 KB
patch
obsolete
>From 70959e62b863dbe4bae03c8c6c982ffe2d05d242 Mon Sep 17 00:00:00 2001 >From: Mathieu Saby <mathieu.saby@univ-rennes2.fr> >Date: Thu, 7 Nov 2013 15:46:39 +0100 >Subject: [PATCH 2] Bug 9807 : Followup fixing variable name >Content-Type: text/plain; charset="utf-8" > >Fixing closedbg name in template > >--- > .../prog/en/modules/acqui/basketgroup.tt | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >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 9f4d63d..595c1b7 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.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 9807
:
22021
|
22023
|
22781
|
22782
|
22792
|
22793
|
22812
|
22813
|
22827
|
23233