Bugzilla – Attachment 104805 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), 983 bytes, created by
Victor Grousset/tuxayo
on 2020-05-13 04:15:02 UTC
(
hide
)
Description:
Bug 24612: Use the reserve_id to identify a reserve when building a notice
Filename:
MIME Type:
Creator:
Victor Grousset/tuxayo
Created:
2020-05-13 04:15:02 UTC
Size:
983 bytes
patch
obsolete
>From a7be9b706c4f5e2a31e94d85ba384d1520e8fdf8 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> >--- > 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.26.2
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