Bug 27595: Add place_hold method to Koha::Suggestion
authorNick Clemens <nick@bywatersolutions.com>
Mon, 4 Dec 2023 14:04:44 +0000 (14:04 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Tue, 19 Mar 2024 09:25:02 +0000 (10:25 +0100)
commite4caa84e86865ff3e3ba95348355aa06ffdbb22e
tree56dadf8f6e121fe43fa11ad202f32d903288616f
parent28e5e497907aedba6452a374f2a64bb93e82db0c
Bug 27595: Add place_hold method to Koha::Suggestion

This patch adds anew method to allow placing a hold from a purchase suggestion

To test:
prove -v t/db_dependent/Suggestions.t

Signed-off-by: Kelly <kelly@bywatersolutions.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Suggestion.pm
t/db_dependent/Suggestions.t