@@ -, +, @@ deleting a basket --- acqui/basket.pl | 6 +++++- koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt | 11 +++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) --- a/acqui/basket.pl +++ a/acqui/basket.pl @@ -156,7 +156,11 @@ if ( $op eq 'delete_confirm' ) { } # delete the basket DelBasket($basketno,); - $template->param( delete_confirmed => 1 ); + $template->param( + delete_confirmed => 1, + name => $bookseller->name, + booksellerid => $booksellerid, + ); } elsif ( !$bookseller ) { $template->param( NO_BOOKSELLER => 1 ); } elsif ($op eq 'export') { --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt +++ a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/basket.tt @@ -167,7 +167,12 @@ [% INCLUDE 'acquisitions-search.inc' %] - +
@@ -182,6 +187,7 @@ [% IF !confirm_close && !edi_confirm %] [% UNLESS ( selectbasketg ) %] [% UNLESS ( closedate ) %] + [% UNLESS ( delete_confirmed ) %]
[% IF active %] @@ -211,6 +217,7 @@
[% END %]
+ [% END %]