Bug 17963: TT syntax for notices - Prove that AR_* are compatible
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Mon, 16 Jan 2017 13:46:12 +0000 (14:46 +0100)
committerKyle M Hall <kyle@bywatersolutions.com>
Fri, 31 Mar 2017 10:20:35 +0000 (10:20 +0000)
commit95e6f6a612013bedbb26054295b3336008466aed
treee10ce063affe5474917eec52349686eb888aeb8e
parentafe3fa1d071aae2078cd3c52ad1b7e242ddcf3ef
Bug 17963: TT syntax for notices - Prove that AR_* are compatible

Nothing new here since bug 17962, the AR_* notice messages are quite
simple. They send the article_request, patron, biblio, biblioitem, item and
library linked to the article request.

All the fields from these 6 tables should still be accessible using the
TT syntax.

Test plan:
Define TT notice templates for AR_PENDING, AR_PROCESSING, AR_COMPLETED
or AR_CANCELED.

You should manage to create a template to generate the same result as
the historical syntax.

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Marcel de Rooy <m.de.rooy@rijksmuseum.nl>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
C4/Letters.pm
Koha/ArticleRequest.pm
t/db_dependent/Letters/TemplateToolkit.t