]> git.koha-community.org Git - koha.git/commit
Bug 37850: Add branchillemail to libraries public REST endpoint
authorPedro Amorim <pedro.amorim@ptfs-europe.com>
Thu, 5 Sep 2024 18:47:20 +0000 (18:47 +0000)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 21 Oct 2024 10:26:14 +0000 (12:26 +0200)
commitcbf6acbe7a07f8ed2bb1c3763c6ec155f3eaf80b
tree10f1aa04d6449104b10d8494163631d4745f92cc
parente4681dcc444ff5ba081f359b7ec0b8bc42e83e7b
Bug 37850: Add branchillemail to libraries public REST endpoint

To test, before applying patch:
1) Visit <opac_url>/api/v1/public/libraries
2) Notice illemail is not shown for each library
3) Apply patch. Restart plack
4) Repeat 1). Notice illemail is now shown for each library

Signed-off-by: Maryse Simard <maryse.simard@inlibro.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Library.pm