Bugzilla – Attachment 39853 Details for
Bug 7981
Remove HomeOrHoldingBranchReturn syspref
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7981: Reintroduce dropboxdate
Bug-7981-Reintroduce-dropboxdate.patch (text/plain), 989 bytes, created by
Jonathan Druart
on 2015-06-04 11:37:03 UTC
(
hide
)
Description:
Bug 7981: Reintroduce dropboxdate
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-06-04 11:37:03 UTC
Size:
989 bytes
patch
obsolete
>From 30a74a8ee93232a3cb6d5559bde721e4fc78e5de Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@koha-community.org> >Date: Tue, 26 May 2015 11:55:56 +0200 >Subject: [PATCH] Bug 7981: Reintroduce dropboxdate > >The parameter was lost in previous commit. > >Signed-off-by: Jonathan Druart <jonathan.druart@koha-community.org> >--- > circ/returns.pl | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/circ/returns.pl b/circ/returns.pl >index 1e221ee..c36318f 100755 >--- a/circ/returns.pl >+++ b/circ/returns.pl >@@ -291,7 +291,7 @@ if ($barcode) { > > # do the return > ( $returned, $messages, $issueinformation, $borrower ) = >- AddReturn( $barcode, $userenv_branch, $exemptfine, $dropboxmode, $return_date_override ); >+ AddReturn( $barcode, $userenv_branch, $exemptfine, $dropboxmode, $return_date_override, $dropboxdate ); > > if ($returned) { > my $time_now = DateTime->now( time_zone => C4::Context->tz )->truncate( to => 'minute'); >-- >2.1.0
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 7981
:
26723
|
27487
|
27950
|
27992
|
28199
|
33455
|
36615
|
37724
|
37725
|
37726
|
38151
|
38174
|
38176
|
38177
|
38178
|
38179
|
38180
|
38237
|
38238
|
38241
|
38242
|
38243
|
38244
|
38245
|
39504
|
39848
|
39849
|
39850
|
39851
|
39852
| 39853