Bugzilla – Attachment 3522 Details for
Bug 5548
Hard Due Dates Circ Rule
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to patch
0001-Bug-5548-Correct-punctuation-in-patch.patch (text/plain), 1.13 KB, created by
Colin Campbell
on 2011-03-30 12:03:12 UTC
(
hide
)
Description:
Patch to patch
Filename:
MIME Type:
Creator:
Colin Campbell
Created:
2011-03-30 12:03:12 UTC
Size:
1.13 KB
patch
obsolete
>From 0f529081b92e0e7f76de71992d51277e032d5807 Mon Sep 17 00:00:00 2001 >From: Colin Campbell <colin.campbell@ptfs-europe.com> >Date: Wed, 30 Mar 2011 12:56:16 +0100 >Subject: [PATCH] Bug 5548: Correct punctuation in patch >Content-Type: text/plain; charset="utf-8" > >Punctuation should be a semi-colon not a comma >It works but is a trap for the unwary in the future >--- > C4/Circulation.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index dad54e3..ca13bb8 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -2255,7 +2255,7 @@ sub AddRenewal { > unless ($datedue) { > > my $borrower = C4::Members::GetMemberDetails( $borrowernumber, 0 ) or return undef; >- my $itemtype = (C4::Context->preference('item-level_itypes')) ? $biblio->{'itype'} : $biblio->{'itemtype'} , >+ my $itemtype = (C4::Context->preference('item-level_itypes')) ? $biblio->{'itype'} : $biblio->{'itemtype'}; > > $datedue = (C4::Context->preference('RenewalPeriodBase') eq 'date_due') ? > C4::Dates->new($issuedata->{date_due}, 'iso') : >-- >1.7.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 5548
:
3504
| 3522