Bugzilla – Attachment 145537 Details for
Bug 32658
Use template wrapper in order from staged file template
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 32658: (follow-up) Use more unique variable name to avoid collisions
Bug-32658-follow-up-Use-more-unique-variable-name-.patch (text/plain), 1.89 KB, created by
Owen Leonard
on 2023-01-20 16:19:46 UTC
(
hide
)
Description:
Bug 32658: (follow-up) Use more unique variable name to avoid collisions
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2023-01-20 16:19:46 UTC
Size:
1.89 KB
patch
obsolete
>From db414ab8db66a1cd7796bcfebe7e086b294c84a9 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Fri, 20 Jan 2023 16:00:56 +0000 >Subject: [PATCH] Bug 32658: (follow-up) Use more unique variable name to avoid > collisions > >--- > .../intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >index 483ff459ec..f1a686a54c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/addorderiso2709.tt >@@ -71,13 +71,13 @@ > <form action="/cgi-bin/koha/acqui/addorderiso2709.pl" method="post" id="Aform"> > [% WRAPPER tabs id= "tabs" %] > [% WRAPPER tabs_nav %] >- [% WRAPPER tab_item tabname= "records_to_import" active= 1 %] Select to import [% END %] >+ [% WRAPPER tab_item tabname= "records_to_import" bt_active= 1 %] Select to import [% END %] > [% WRAPPER tab_item tabname= "items_info" %] Item information [% END %] > [% WRAPPER tab_item tabname= "accounting_details" %] Default accounting details [% END %] > [% END %] > > [% WRAPPER tab_panels %] >- [% WRAPPER tab_panel tabname= "records_to_import" active= 1 %] >+ [% WRAPPER tab_panel tabname= "records_to_import" bt_active= 1 %] > <div id="searchheader" class="searchheader"> > <div> > <span class="checkall"><a id="checkAll" href="#">Select all</a></span> >-- >2.20.1
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 32658
:
145369
|
145537
|
145568
|
145569
|
146289
|
146290
|
147371
|
147372