@@ -, +, @@ group - Create a basket - Close it - Go to the basket detail view - Attach it to a basket group - Go to the basket detail view --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -145,15 +145,17 @@ [% ELSE %] - [% UNLESS ( grouped ) %]
+ [% IF grouped %] +
+ +
+ [% ELSE %] +
Reopen this basket
-
Reopen this basket
- - [% PROCESS csv_export %] - + [% PROCESS csv_export %] + [% END %]
- [% END %] [% END %] [% END %] --