@@ -, +, @@ --- members/boraccount.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/members/boraccount.pl +++ a/members/boraccount.pl @@ -60,7 +60,7 @@ unless ( $patron ) { } if ( $action eq 'reverse' ) { - ReversePayment( $input->param('accountlines_id') ); + ReversePayment( scalar $input->param('accountlines_id') ); } if ( $patron->category->category_type eq 'C') { --