@@ -, +, @@ basket manager --- acqui/neworderempty.pl | 1 - 1 file changed, 1 deletion(-) --- a/acqui/neworderempty.pl +++ a/acqui/neworderempty.pl @@ -370,7 +370,6 @@ $template->param( firstnamesuggestedby => $suggestion->{firstnamesuggestedby}, biblionumber => $biblionumber, uncertainprice => $data->{'uncertainprice'}, - authorisedbyname => $borrower->{'firstname'} . " " . $borrower->{'surname'}, discount_2dp => sprintf( "%.2f", $bookseller->{'discount'} ) , # for display discount => $bookseller->{'discount'}, orderdiscount_2dp => sprintf( "%.2f", $data->{'discount'} || 0 ), --