Finishing changes to sidebar menu (change to boraccount.pl, as with moremember.pl...
[koha_ffzg] / members / boraccount.pl
index 35cbbbf..eec30d1 100755 (executable)
@@ -87,23 +87,23 @@ for (my $i=0;$i<$numaccts;$i++){
 }
 
 $template->param(
-                firstname       => $data->{'firstname'},
-                surname         => $data->{'surname'},
-                borrowernumber          => $borrowernumber,
+                               finesview => 1,
+                firstname => $data->{'firstname'},
+                surname => $data->{'surname'},
+                borrowernumber => $borrowernumber,
                                cardnumber => $data->{'cardnumber'},
                            categorycode => $data->{'categorycode'},
                            category_type => $data->{'category_type'},
                            category_description => $data->{'description'},
-                           address => $data->{'address'},
+                               address => $data->{'address'},
                                address2 => $data->{'address2'},
                            city => $data->{'city'},
                                zipcode => $data->{'zipcode'},
                                phone => $data->{'phone'},
                                email => $data->{'email'},
                            branchcode => $data->{'branchcode'},
-                   total           => sprintf("%.2f",$total),
+                   total => sprintf("%.2f",$total),
                 totalcredit => $totalcredit,
-                               finesview => 1,
                 accounts        => \@accountrows );
 
 output_html_with_http_headers $input, $cookie, $template->output;