Bugzilla – Attachment 27946 Details for
Bug 8769
Allow SIP2 return backdating
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8769 - (QA Followup) Undo change to value of $today
Bug-8769---QA-Followup-Undo-change-to-value-of-tod.patch (text/plain), 761 bytes, created by
Kyle M Hall (khall)
on 2014-05-05 11:55:21 UTC
(
hide
)
Description:
Bug 8769 - (QA Followup) Undo change to value of $today
Filename:
MIME Type:
Creator:
Kyle M Hall (khall)
Created:
2014-05-05 11:55:21 UTC
Size:
761 bytes
patch
obsolete
>From f3190d9c56f57c31bb497b69298d030d37a7a679 Mon Sep 17 00:00:00 2001 >From: Kyle M Hall <kyle@bywatersolutions.com> >Date: Mon, 5 May 2014 07:54:56 -0400 >Subject: [PATCH] Bug 8769 - (QA Followup) Undo change to value of $today > >--- > C4/Circulation.pm | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/C4/Circulation.pm b/C4/Circulation.pm >index f89bb9a..639956b 100644 >--- a/C4/Circulation.pm >+++ b/C4/Circulation.pm >@@ -1780,7 +1780,7 @@ sub AddReturn { > } > > # case of a return of document (deal with issues and holdingbranch) >- my $today = dt_from_string( $return_date, 'iso' ); >+ my $today = DateTime->now( time_zone => C4::Context->tz() ); > > if ($doreturn) { > my $datedue = $issue->{date_due}; >-- >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 8769
:
12193
|
12811
|
12812
|
12813
|
15248
|
19999
|
20000
|
21942
|
23698
|
26753
|
27465
|
27466
|
27467
|
27944
|
27945
| 27946