Bug 29393: Ability to send emails from patron details page
authorAlex Arnaud <alex.arnaud@biblibre.com>
Tue, 2 Nov 2021 15:16:29 +0000 (16:16 +0100)
committerKatrin Fischer <katrin.fischer@bsz-bw.de>
Mon, 29 Apr 2024 15:37:56 +0000 (17:37 +0200)
commitba3f704493e6d0983e69f9ee8933654ab7532ac7
treea248b01ec92bdfd017ced7c1408b205c8ced4028
parent4c2f58d5db1872d95c78301b63b356e37809cf40
Bug 29393: Ability to send emails from patron details page

Test plan
  - apply Bug 12802
  - go to a patron's details page
  - click on "Add message" in tools bar
  - choose "Email" in "Add a message for"
  - Select a notice (module members) or manualy fill the message
  - Save
  - Check the message is saved in message_queue table

Signed-off-by: Matthias Le Gac <matthias.le-gac@inlibro.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
Koha/Template/Plugin/NoticeTemplates.pm [new file with mode: 0644]
circ/add_message.pl
koha-tmpl/intranet-tmpl/prog/en/includes/members-toolbar.inc
koha-tmpl/intranet-tmpl/prog/js/members-menu.js
t/db_dependent/Template/Plugin/NoticeTemplates.t [new file with mode: 0644]