@@ -, +, @@ collisions --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basketgroup.tt @@ -331,11 +331,11 @@ [% WRAPPER tabs id= "basket_groups" %] [% WRAPPER tabs_nav %] - [% WRAPPER tab_item tabname= "opened" active= 1 %] Open [% END %] + [% WRAPPER tab_item tabname= "opened" bt_active= 1 %] Open [% END %] [% WRAPPER tab_item tabname= "closed" %] Closed [% END %] [% END %] [% WRAPPER tab_panels %] - [% WRAPPER tab_panel tabname="opened" active= 1 %] + [% WRAPPER tab_panel tabname="opened" bt_active= 1 %] --