Bugzilla – Attachment 105204 Details for
Bug 24612
expirationdate blank if patron has more than one item from bib on hold
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 24612: Use the reserve_id to identify a reserve when building a notice
Bug-24612-Use-the-reserveid-to-identify-a-reserve-.patch (text/plain), 1.02 KB, created by
Katrin Fischer
on 2020-05-21 14:17:52 UTC
(
hide
)
Description:
Bug 24612: Use the reserve_id to identify a reserve when building a notice
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2020-05-21 14:17:52 UTC
Size:
1.02 KB
patch
obsolete
>From 5aac71f3517623cd22d7ac5f578ff5a268567139 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Mon, 13 Apr 2020 13:42:02 +0200 >Subject: [PATCH] Bug 24612: Use the reserve_id to identify a reserve when > building a notice > >Now that we have the reserve_id PK on the reserves table we should use >it (instead of the couple borrowernumber, biblionumber) > >Signed-off-by: Victor Grousset/tuxayo <victor@tuxayo.net> > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > C4/Letters.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/C4/Letters.pm b/C4/Letters.pm >index 1036c461f3..b6766891c2 100644 >--- a/C4/Letters.pm >+++ b/C4/Letters.pm >@@ -1519,7 +1519,7 @@ sub _get_tt_params { > module => 'Koha::Holds', > singular => 'hold', > plural => 'holds', >- fk => [ 'borrowernumber', 'biblionumber' ], >+ pk => 'reserve_id', > }, > serial => { > module => 'Koha::Serials', >-- >2.11.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 24612
:
98738
|
98739
|
102818
|
102819
|
102820
|
104803
|
104804
|
104805
|
105202
|
105203
| 105204 |
105253
|
105254
|
105775