Browse Source

Bug 11804: Remove references to circ-menu.tt

Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
3.22.x
Jonathan Druart 9 years ago
committed by Tomas Cohen Arazi
parent
commit
b9ae37ae38
  1. 1
      members/boraccount.pl
  2. 1
      members/pay.pl
  3. 2
      members/paycollect.pl

1
members/boraccount.pl

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

1
members/pay.pl

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

2
members/paycollect.pl

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

Loading…
Cancel
Save