Bugzilla – Attachment 15276 Details for
Bug 8079
opac not showing fines - says 'no'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8079 - opac not showing fines - says 'no'
Bug-8079---opac-not-showing-fines---says-no.patch (text/plain), 1.13 KB, created by
Kyle M Hall (khall)
on 2013-02-12 15:56:22 UTC
(
hide
)
Description:
Bug 8079 - opac not showing fines - says 'no'
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2013-02-12 15:56:22 UTC
Size:
1.13 KB
patch
obsolete
>From 793670b01e74ecb4512107f2531d26a3540472bc Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Tue, 12 Feb 2013 10:54:23 -0500 >Subject: [PATCH] Bug 8079 - opac not showing fines - says 'no' > >Make charges of type FU be counted for opac-user.pl > >Test Plan: >1) Checkout an item to a patron, back date the date due enough to create fines >2) Run fines.pl >3) Log into the patron's account via the OPAC >4) Note the fines line for that issue says 'No' >5) Apply patch >6) Reload opac-user.pl, not the fines column now says 'Yes' >--- > opac/opac-user.pl | 2 ++ > 1 files changed, 2 insertions(+), 0 deletions(-) > >diff --git a/opac/opac-user.pl b/opac/opac-user.pl >index c5a7f5a..f4273cb 100755 >--- a/opac/opac-user.pl >+++ b/opac/opac-user.pl >@@ -170,6 +170,8 @@ if ($issues){ > $charges += $ac->{'amountoutstanding'} > if $ac->{'accounttype'} eq 'F'; > $charges += $ac->{'amountoutstanding'} >+ if $ac->{'accounttype'} eq 'FU'; >+ $charges += $ac->{'amountoutstanding'} > if $ac->{'accounttype'} eq 'L'; > } > } >-- >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 8079
:
9524
|
9525
|
15276
|
15333
|
15481