bug 12920 - Remove AllowRenewalLimitOverride from pl scripts and tt files, use Koha...
[koha-ffzg.git] / members / notices.pl
index be1e37c..f7e1f70 100755 (executable)
@@ -29,7 +29,6 @@ use C4::Branch;
 use C4::Letters;
 use C4::Members::Attributes qw(GetBorrowerAttributes);
 
-use C4::Dates qw/format_date/;
 my $input=new CGI;
 
 
@@ -61,7 +60,6 @@ if (C4::Context->preference('ExtendedPatronAttributes')) {
     );
 }
 
-my $roadtype = C4::Koha::GetAuthorisedValueByCode( 'ROADTYPE', $borrower->{'streettype'} );
 $template->param(%$borrower);
 
 $template->param(
@@ -70,7 +68,6 @@ $template->param(
     sentnotices        => 1,
     branchname         => GetBranchName($borrower->{'branchcode'}),
     categoryname       => $borrower->{'description'},
-    roadtype           => $roadtype,
     activeBorrowerRelationship => (C4::Context->preference('borrowerRelationship') ne ''),
     RoutingSerials => C4::Context->preference('RoutingSerials'),
 );