@@ -, +, @@ summary page - View an open basket. - You should see in the button toolbar, "Delete basket," and "Close basket." - View a closed basket. - You should see a "Reopen basket" button. --- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -82,17 +82,17 @@ [% END %]
Edit basket
[% IF CAN_user_acquisition_delete_baskets %] -
Delete this basket
+
Delete basket
[% END %] [% IF ( unclosable ) %] [% ELSIF ( uncertainprices ) %]
Uncertain prices
- Close this basket + Close basket
[% ELSE %]
- Close this basket + Close basket
[% END %] @@ -172,10 +172,10 @@
[% IF grouped %]
- +
[% ELSE %] -
Reopen this basket
+
Reopen basket
[% PROCESS csv_export %] [% END %] --