Bug 26689: Check for specific template then fallback - printinvoice
authorMartin Renvoize <martin.renvoize@ptfs-europe.com>
Fri, 12 Mar 2021 16:09:22 +0000 (16:09 +0000)
committerLucas Gass <lucas@bywatersolutions.com>
Fri, 2 Sep 2022 17:51:11 +0000 (17:51 +0000)
commit021ca321ee7eb97a392149f736524b46b2a57407
tree0813d544b40c336ca6e72ccbe6baf156a84ec5d3
parent32091958c78bc5d2e8550bac896b78be47833f90
Bug 26689: Check for specific template then fallback - printinvoice

This patch adds a check for a more specific ACCOUNT_DEBIT template
(named to match the debit_type_code of the credit line) prior to
falling back to the ACCOUNT_DEBIT template.

Test plan
1/ On a patrons account page use the print option on a series of debit
lines with differing credit types (Overdue, Payout)
2/ Note that the same template 'ACCOUNT_DEBIT' is used for all types
3/ Apply the patch
4/ Run step 1 again and note all still print using ACCOUNT_DEBIT
5/ Add a new notice template under the 'circulation' module with a code
that matches one of your account debit types (OVERDUE, PAYOUT)
6/ Run step 1 again and note that where you have added a specific notice
for that debit type it has been used.

Signed-off-by: Sally <sally.healey@cheshiresharedservices.gov.uk>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
(cherry picked from commit 8e46612d7c5dfc8d0faff009ef9f86198bdd0f83)

Signed-off-by: Lucas Gass <lucas@bywatersolutions.com>
members/printinvoice.pl