Browse Source

Bug 7597 - Part 5 - Remove my from $branch, which was masking previous declaration

Signed-off-by: Nicole C. Engard <nengard@bywatersolutions.com>
Signed-off-by: Paul Poulain <paul.poulain@biblibre.com>
3.8.x
Kyle Hall 12 years ago
committed by Paul Poulain
parent
commit
9e11576caa
  1. 2
      C4/Accounts.pm

2
C4/Accounts.pm

@ -780,7 +780,7 @@ C<$branch> is the branchcode of the library where the writeoff occurred.
sub WriteOffFee {
my ( $borrowernumber, $accountnum, $itemnum, $accounttype, $amount, $branch ) = @_;
my $branch ||= C4::Context->userenv->{branch};
$branch ||= C4::Context->userenv->{branch};
my $manager_id = 0;
$manager_id = C4::Context->userenv->{'number'} if C4::Context->userenv;

Loading…
Cancel
Save