Bugzilla – Attachment 7658 Details for
Bug 6875
de-nesting C4 packages
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
C4::Members follow-up
C4Members-follow-up.patch (text/plain), 958 bytes, created by
Paul Poulain
on 2012-02-15 14:46:05 UTC
(
hide
)
Description:
C4::Members follow-up
Filename:
MIME Type:
Creator:
Paul Poulain
Created:
2012-02-15 14:46:05 UTC
Size:
958 bytes
patch
obsolete
>From 79f9a48203f0a99b81c3f49af4164ac02e7cdb7d Mon Sep 17 00:00:00 2001 >From: Paul Poulain <paul.poulain@biblibre.com> >Date: Thu, 9 Feb 2012 17:42:53 +0100 >Subject: [PATCH] C4::Members follow-up > >Overdues already loaded, must set full sub patch > >http://bugs.koha-community.org/show_bug.cgi?id=6875 >--- > C4/Members.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Members.pm b/C4/Members.pm >index 5ba6190..85c87b6 100644 >--- a/C4/Members.pm >+++ b/C4/Members.pm >@@ -455,7 +455,7 @@ sub GetMemberFlags { > $flaginfo{'message'} = $patroninformation->{'borrowernotes'}; > $flags{'NOTES'} = \%flaginfo; > } >- my ( $odues, $itemsoverdue ) = checkoverdues($patroninformation->{'borrowernumber'}); >+ my ( $odues, $itemsoverdue ) = C4::Overdues::checkoverdues($patroninformation->{'borrowernumber'}); > if ( $odues && $odues > 0 ) { > my %flaginfo; > $flaginfo{'message'} = "Yes"; >-- >1.7.5.4
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 6875
:
5442
|
5443
|
5496
|
5497
|
5498
|
5499
|
5500
|
5501
|
5502
|
5503
|
5504
|
5505
|
5506
|
5507
|
5508
|
5509
|
5510
|
5511
|
5512
|
7359
|
7360
|
7361
|
7362
|
7363
|
7364
|
7365
|
7652
|
7654
|
7655
|
7656
|
7657
|
7658
|
7770
|
7771
|
7808
|
7844
|
8095
|
8133
|
8134
|
8135