]> git.koha-community.org Git - koha.git/commit
Bug 21898: Add aqbasket to available tables for ACQORDER
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Thu, 1 Oct 2020 08:04:43 +0000 (09:04 +0100)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Wed, 4 Nov 2020 11:59:34 +0000 (12:59 +0100)
commit98ab9863929799a8e42f7b8ce23ba5d70c822b14
treedb7d174e48500b139a4e488c05398503d8617c02
parent3bfc54d44a53a4235e171858f75a6fc4bdc3eb9c
Bug 21898: Add aqbasket to available tables for ACQORDER

This patch should allow <<aqbasket.$field>> replacements to work in both
email subject and email content fields for notices.

Test plan
1/ Add <<aqbasket.basketname>> into the ACQORDER notice (In the subject
line and content box)
2/ Trigger said notice to send (before applying the patch)
3/ Note that the replacements have not taken place..
<<aqbasket.basketname>> is present as is.
4/ Apply patch
5/ Trigger the notice again
6/ Note that the replacements are now made.
7/ Signoff

Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr>
Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de>
JD amended patch: fix alignment in hashref, edit commit message to fix
letter code "AQORDER" vs "ACQORDER"

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
C4/Letters.pm