include quantityrecieved in the code passed to template.
authortipaul <tipaul>
Wed, 17 Sep 2003 13:33:37 +0000 (13:33 +0000)
committertipaul <tipaul>
Wed, 17 Sep 2003 13:33:37 +0000 (13:33 +0000)
Template modified for fr only. english users, feel free to change the template too :)

acqui/basket.pl

index 6e2da7f..b3cfb84 100755 (executable)
@@ -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;