Bug 26498: Add POD for "store"

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
This commit is contained in:
Emmi Takkinen 2021-03-02 09:48:33 +02:00 committed by Jonathan Druart
parent 9fe3c489f4
commit 910be08425

View file

@ -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) = @_;