Bugzilla – Attachment 43173 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]
found shouldn't be set to null when cancelling holds
0001-Bug-14968-found-shouldn-t-be-set-to-null-when-cancel.patch (text/plain), 695 bytes, created by
Koha Team University Lyon 3
on 2015-10-06 13:51:46 UTC
(
hide
)
Description:
found shouldn't be set to null when cancelling holds
Filename:
MIME Type:
Creator:
Koha Team University Lyon 3
Created:
2015-10-06 13:51:46 UTC
Size:
695 bytes
patch
obsolete
>From 13936c8603ee3f1a517d854691f706f0a79eb184 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 > >--- > C4/Reserves.pm | 1 - > 1 file changed, 1 deletion(-) > >diff --git a/C4/Reserves.pm b/C4/Reserves.pm >index 80ebf0a..b54ff88 100644 >--- a/C4/Reserves.pm >+++ b/C4/Reserves.pm >@@ -1044,7 +1044,6 @@ sub CancelReserve { > my $query = " > UPDATE reserves > SET cancellationdate = now(), >- found = Null, > priority = 0 > WHERE reserve_id = ? > "; >-- >1.7.10.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 14968
:
43173
|
45775
|
52431
|
52941
|
52942
|
53015
|
53016