Adding member number to template so that template can show link back to patron record
authoroleonard <oleonard>
Wed, 27 Oct 2004 15:33:55 +0000 (15:33 +0000)
committeroleonard <oleonard>
Wed, 27 Oct 2004 15:33:55 +0000 (15:33 +0000)
members/deletemem.pl

index e4b2bae..cb8753b 100755 (executable)
@@ -72,6 +72,7 @@ if ($i > 0 || $flags->{'CHARGES'} ne '' || $data ne ''){
                                        debug => 1,
                                        });
        #   print $input->header;
+       $template->param(bornum => $member);
        if ($i >0) {
                $template->param(ItemsOnIssues => $i);
        }