Bugzilla – Attachment 8100 Details for
Bug 7597
fines not recording the right info in the stats table
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7597 - Part 5 - Remove my from $branch, which was masking previous declaration
Bug-7597---Part-5---Remove-my-from-branch-which-wa.patch (text/plain), 872 bytes, created by
Kyle M Hall
on 2012-03-08 19:36:17 UTC
(
hide
)
Description:
Bug 7597 - Part 5 - Remove my from $branch, which was masking previous declaration
Filename:
MIME Type:
Creator:
Kyle M Hall
Created:
2012-03-08 19:36:17 UTC
Size:
872 bytes
patch
obsolete
>From 8ac17d2c1683cd84d0b757412ef6b9da8205a407 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Thu, 8 Mar 2012 14:35:08 -0500 >Subject: [PATCH] Bug 7597 - Part 5 - Remove my from $branch, which was masking previous declaration > >--- > C4/Accounts.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Accounts.pm b/C4/Accounts.pm >index 0372d17..3b82bc9 100644 >--- a/C4/Accounts.pm >+++ b/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; > >-- >1.7.2.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 7597
:
7913
|
7914
|
7915
|
7916
|
7917
|
7919
|
7920
|
7921
|
7922
|
8020
|
8021
|
8026
|
8100
|
8198