From f0645e295355d7e2b61e450e4b55faf77cbc2881 Mon Sep 17 00:00:00 2001 From: tipaul Date: Wed, 17 Sep 2003 13:33:37 +0000 Subject: [PATCH] include quantityrecieved in the code passed to template. Template modified for fr only. english users, feel free to change the template too :) --- acqui/basket.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/acqui/basket.pl b/acqui/basket.pl index 6e2da7fe93..b3cfb8405e 100755 --- a/acqui/basket.pl +++ b/acqui/basket.pl @@ -86,6 +86,7 @@ for (my $i=0;$i<$count;$i++){ $line{rrp} = $results[$i]->{'rrp'}; $line{ecost} = $results[$i]->{'ecost'}; $line{quantity} = $results[$i]->{'quantity'}; + $line{quantityrecieved} = $results[$i]->{'quantityreceived'}; $line{line_total} = $line_total; $line{biblionumber} = $results[$i]->{'biblionumber'}; push @books_loop, \%line; -- 2.39.5