From 81940b035baa8b1739d1149a396883640453d91e Mon Sep 17 00:00:00 2001 From: toins Date: Tue, 1 Aug 2006 08:30:58 +0000 Subject: [PATCH] GetBasketContent renamed to GetOrders. --- acqui/basket.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acqui/basket.pl b/acqui/basket.pl index 078c762445..057e296b8c 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -110,7 +110,7 @@ $basket->{creationdate} = "" unless ( $basket->{creationdate} ); $basket->{authorisedby} = $loggedinuser unless ( $basket->{authorisedby} ); my ( $count, @results ); -@results = GetBasketContent( $basketno, $order ); +@results = GetOrders( $basketno, $order ); $count = scalar @results; my $line_total; # total of each line -- 2.20.1