Merge branch 'bug_9141' into 3.12-master
[koha.git] / members / printinvoice.pl
index 039132f..3e04fcc 100755 (executable)
@@ -48,6 +48,7 @@ my ($template, $loggedinuser, $cookie)
 my $borrowernumber=$input->param('borrowernumber');
 my $action = $input->param('action') || '';
 my $accountno = $input->param('accountno');
+my $accountlines_id = $input->param('accountlines_id');
 
 #get borrower details
 my $data=GetMember('borrowernumber' => $borrowernumber);