@@ -, +, @@ ***[% basket %]*** order" button shows on a basket for that vendor ***Koha::Acquisition::Basket=HASH(0x55870acd96e0)*** --- C4/Letters.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/C4/Letters.pm +++ a/C4/Letters.pm @@ -411,7 +411,7 @@ sub SendAlerts { } if ( $type eq 'orderacquisition') { - my $basketno = $externalid; + $basketno = $externalid; $strsth = qq{ SELECT aqorders.*,aqbasket.*,biblio.*,biblioitems.* FROM aqorders --