Bugzilla – Attachment 53015 Details for
Bug 14968
found shouldn't be set to null when cancelling holds
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 14968 - found shouldn't be set to null when cancelling holds
Bug-14968---found-shouldnt-be-set-to-null-when-can.patch (text/plain), 879 bytes, created by
Jonathan Druart
on 2016-07-01 14:34:52 UTC
(
hide
)
Description:
Bug 14968 - found shouldn't be set to null when cancelling holds
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-07-01 14:34:52 UTC
Size:
879 bytes
patch
obsolete
>From 6a10dcae640673a5bcd9b1fcc5922f2ee99bd6b5 Mon Sep 17 00:00:00 2001 >From: Lyon3 Team <koha@univ-lyon3.fr> >Date: Tue, 6 Oct 2015 15:42:15 +0200 >Subject: [PATCH] Bug 14968 - found shouldn't be set to null when cancelling > holds > >Signed-off-by: JM Broust <jean-manuel.broust@univ-lyon2.fr> > >Signed-off-by: Broust <jean-manuel.broust@univ-lyon2.fr> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > C4/Reserves.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index b83f8e1..79fb11a 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -1073,7 +1073,6 @@ sub CancelReserve { > my $query = " > UPDATE reserves > SET cancellationdate = now(), >- found = Null, > priority = 0 > WHERE reserve_id = ? > "; >-- >2.8.1
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 14968
:
43173
|
45775
|
52431
|
52941
|
52942
| 53015 |
53016