Bug 32658: (follow-up) Use more unique variable name to avoid collisions

Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit d3312fc1c9)
Signed-off-by: Matt Blenkinsop <matt.blenkinsop@ptfs-europe.com>
This commit is contained in:
Owen Leonard 2023-02-06 16:21:44 +00:00 committed by Matt Blenkinsop
parent 780323c869
commit 83e7475b71

View file

@ -66,7 +66,7 @@
<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 %]
[% IF items %]
[% WRAPPER tab_item tabname= "items_info" %] Item information [% END %]
[% END %]
@ -74,7 +74,7 @@
[% 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>