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:
parent
9fe3c489f4
commit
910be08425
1 changed files with 7 additions and 0 deletions
|
@ -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) = @_;
|
||||
|
||||
|
|
Loading…
Reference in a new issue