Bugzilla – Attachment 117543 Details for
Bug 26498
Add option to set a default expire date for holds at reservation time
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 26498: Add POD for "store"
Bug-26498-Add-POD-for-store.patch (text/plain), 652 bytes, created by
Martin Renvoize (ashimema)
on 2021-03-02 17:24:12 UTC
(
hide
)
Description:
Bug 26498: Add POD for "store"
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2021-03-02 17:24:12 UTC
Size:
652 bytes
patch
obsolete
>From 03e370f0c9c43d00e600ed38e070b787c9416e4f Mon Sep 17 00:00:00 2001 >From: Emmi Takkinen <emmi.takkinen@koha-suomi.fi> >Date: Tue, 2 Mar 2021 09:48:33 +0200 >Subject: [PATCH] Bug 26498: Add POD for "store" > >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > Koha/Hold.pm | 7 +++++++ > 1 file changed, 7 insertions(+) > >diff --git a/Koha/Hold.pm b/Koha/Hold.pm >index 7e28bbf672..b8e9d2e09d 100644 >--- a/Koha/Hold.pm >+++ b/Koha/Hold.pm >@@ -562,6 +562,13 @@ sub cancel { > return $self; > } > >+=head3 store >+ >+Override base store method to set default >+expirationdate for holds. >+ >+=cut >+ > sub store { > my ($self) = @_; > >-- >2.20.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 26498
:
114057
|
114524
|
114663
|
117127
|
117472
|
117542
|
117543
|
118676
|
118677
|
118678
|
119278