Bug 11804: Remove references to circ-menu.tt
authorJonathan Druart <jonathan.druart@koha-community.org>
Thu, 18 Jun 2015 16:14:36 +0000 (18:14 +0200)
committerTomas Cohen Arazi <tomascohen@theke.io>
Mon, 22 Jun 2015 19:57:12 +0000 (16:57 -0300)
Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
members/boraccount.pl
members/pay.pl
members/paycollect.pl

index 8b1b7bd..ea63f29 100755 (executable)
@@ -106,7 +106,6 @@ if (C4::Context->preference('ExtendedPatronAttributes')) {
 
 my $roadtype = C4::Koha::GetAuthorisedValueByCode( 'ROADTYPE', $data->{streettype} );
 
-#workaround for Bug 4041 to get rid of duplicated code in circ-menu.tt, use circ-menu.inc instad
 $template->param(%$data);
 
 $template->param(
index 1ac140d..07217fd 100755 (executable)
@@ -134,7 +134,6 @@ sub add_accounts_to_template {
     }
     borrower_add_additional_fields($borrower);
 
-    #workaround for Bug 4041 to get rid of duplicated code in circ-menu.tt, use circ-menu.inc instad
     $template->param(%$borrower);
 
     $template->param(
index ad0026f..35b9121 100755 (executable)
@@ -143,10 +143,8 @@ if ( $total_paid and $total_paid ne '0.00' ) {
 
 borrower_add_additional_fields($borrower);
 
-#workaround for Bug 4041 to get rid of duplicated code in circ-menu.tt, use circ-menu.inc instad
 $template->param(%$borrower);
 
-
 $template->param(
     borrowernumber => $borrowernumber,    # some templates require global
     borrower      => $borrower,