include quantityrecieved in the code passed to template.

Template modified for fr only. english users, feel free to change the template too :)
This commit is contained in:
tipaul 2003-09-17 13:33:37 +00:00
parent 2e46f36323
commit f0645e2953

View file

@ -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;