View | Details | Raw Unified | Return to bug 15746
Collapse All | Expand All

(-)a/members/pay.pl (-3 / +1 lines)
Lines 67-74 our $borrower = GetMember( borrowernumber => $borrowernumber ); Link Here
67
our $user = $input->remote_user;
67
our $user = $input->remote_user;
68
$user ||= q{};
68
$user ||= q{};
69
69
70
my $branches = GetBranches();
70
our $branch = C4::Context->userenv->{'branch'};
71
our $branch = GetBranch( $input, $branches );
72
71
73
my $writeoff_item = $input->param('confirm_writeoff');
72
my $writeoff_item = $input->param('confirm_writeoff');
74
my $paycollect    = $input->param('paycollect');
73
my $paycollect    = $input->param('paycollect');
75
- 

Return to bug 15746